|
lsst.meas.extensions.astrometryNet
18.1.0-3-g9bc06b8+7
|
Public Member Functions | |
| def | __init__ (self, andConfig) |
| Constructor. More... | |
| def | writeCache (self) |
| def | __getitem__ (self, ii) |
| def | __iter__ (self) |
| def | __len__ (self) |
Public Attributes | |
| config | |
An interface to an astrometry.net catalog Behaves like a list of MultiIndexCache (or multiindex_t). These should usually be constructed using the 'fromEnvironment' class method, which wraps the 'fromIndexFiles' and 'fromCache' alternative class methods.
Definition at line 165 of file multiindex.py.
| def lsst.meas.extensions.astrometryNet.multiindex.AstrometryNetCatalog.__init__ | ( | self, | |
| andConfig | |||
| ) |
Constructor.
| andConfig | Configuration (an AstrometryNetDataConfig) |
Definition at line 176 of file multiindex.py.
| def lsst.meas.extensions.astrometryNet.multiindex.AstrometryNetCatalog.__getitem__ | ( | self, | |
| ii | |||
| ) |
Definition at line 253 of file multiindex.py.
| def lsst.meas.extensions.astrometryNet.multiindex.AstrometryNetCatalog.__iter__ | ( | self | ) |
Definition at line 256 of file multiindex.py.
| def lsst.meas.extensions.astrometryNet.multiindex.AstrometryNetCatalog.__len__ | ( | self | ) |
Definition at line 259 of file multiindex.py.
| def lsst.meas.extensions.astrometryNet.multiindex.AstrometryNetCatalog.writeCache | ( | self | ) |
Write a cache file The cache file is a FITS file with all the required information to build the AstrometryNetCatalog quickly. The first table extension contains a row for each multiindex, storing the healpix and nside values. The second table extension contains a row for each filename in all the multiindexes. The two may be JOINed through the 'id' column.
Definition at line 193 of file multiindex.py.
| lsst.meas.extensions.astrometryNet.multiindex.AstrometryNetCatalog.config |
Definition at line 181 of file multiindex.py.
1.8.13