LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <memory>
#include <vector>
#include "lsst/pex/exceptions.h"
#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 | |
lsst | |
A base class for image defects. | |
lsst::afw | |
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. More... | |
template<typename SourceCollection > | |
void | lsst::afw::table::updateSourceCoords (geom::SkyWcs const &wcs, SourceCollection &sourceList) |
Update sky coordinates in a collection of source objects. More... | |