lsst.afw g5a732f18d5+53520f316c
|
#include "lsst/afw/geom/SkyWcs.h"
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::table |
Functions | |
template<typename ReferenceCollection > | |
void | lsst::afw::table::updateRefCentroids (geom::SkyWcs const &wcs, ReferenceCollection &refList) |
Update centroids in a collection of reference objects. | |
template<typename SourceCollection > | |
void | lsst::afw::table::updateSourceCoords (geom::SkyWcs const &wcs, SourceCollection &sourceList, bool include_covariance=true) |
Update sky coordinates in a collection of source objects. | |
Eigen::Matrix2f | lsst::afw::table::calculateCoordCovariance (geom::SkyWcs const &wcs, lsst::geom::Point2D center, Eigen::Matrix2f err) |
Calculate covariance for sky coordinates. | |