#include <string>
#include <vector>
#include "lsst/afw/table/Source.h"
#include "lsst/afw/coord.h"
#include "lsst/afw/geom.h"
Go to the source code of this file.
|
lsst::afw::table::SimpleCatalog | lsst::meas::extensions::astrometryNet::detail::getCatalogImpl (std::vector< index_t * > inds, lsst::afw::coord::Coord const &ctrCoord, lsst::afw::geom::Angle const &radius, const char *idCol, std::vector< MagColInfo > const &magColInfoList, const char *starGalCol, const char *varCol, bool uniqueIds=true) |
| Implementation for index_t::getCatalog method. More...
|
|