lsst.afw g8cdfe0ae6a+7b97e349f2
|
#include <cmath>
#include <memory>
#include <vector>
#include "lsst/afw/table/fwd.h"
#include "lsst/afw/table/aggregates.h"
#include "lsst/afw/table/Simple.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/table/wcsUtils.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. | |
Eigen::Matrix2f | lsst::afw::table::calculateCoordCovariance (geom::SkyWcs const &wcs, lsst::geom::Point2D center, Eigen::Matrix2f err) |
Calculate covariance for sky coordinates. | |
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. | |