|
lsst.meas.extensions.astrometryNet
master-gb035c22750+18
|
Classes | |
| struct | IndexManager |
| RAII manager for astrometry.net indices. More... | |
| struct | MagColInfo |
Functions | |
| lsst::afw::table::SimpleCatalog | 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... | |
| afwTable::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.
| [in] | inds | star kd-trees from astrometry.net |
| [in] | ctrCoord | center of search region |
| [in] | radius | search radius |
| [in] | idCol | name of ID column in astrometry.net data |
| [in] | magColInfoList | list of information about magnitude columns in astrometry.net data |
| [in] | starGalCol | name of "starGal" column (true if object is a star) in astrometry.net data |
| [in] | varCol | name of "var" column (true if brightness is variable) in astrometry.net data |
| [in] | uniqueIds | if true then only return unique IDs (the first of each seen) |
Returned schema:
1.8.13