lsst.meas.extensions.astrometryNet
master-g43362ee2f3+39
|
Classes | |
class | MultiIndexCache |
class | AstrometryNetCatalog |
Functions | |
def | getIndexPath |
Get the path to the specified astrometry.net index file. More... | |
def | getConfigFromEnvironment |
def | generateCache |
Variables | |
list | __all__ = ["getIndexPath", "getConfigFromEnvironment", "AstrometryNetCatalog", "generateCache"] |
def lsst.meas.extensions.astrometryNet.multiindex.generateCache | ( | andConfig = None | ) |
Generate a cache file
Definition at line 265 of file multiindex.py.
def lsst.meas.extensions.astrometryNet.multiindex.getConfigFromEnvironment | ( | ) |
Find the config file from the environment The andConfig.py file is in the astrometry_net_data directory.
Definition at line 39 of file multiindex.py.
def lsst.meas.extensions.astrometryNet.multiindex.getIndexPath | ( | fn | ) |
Get the path to the specified astrometry.net index file.
No effort is made to confirm that the file exists, so it may be used to locate the path to a non-existent file (e.g., to write).
[in] | fn | path to index file; if relative, then relative to astrometry_net_data if that product is setup, else relative to the current working directory |
Definition at line 19 of file multiindex.py.
list lsst.meas.extensions.astrometryNet.multiindex.__all__ = ["getIndexPath", "getConfigFromEnvironment", "AstrometryNetCatalog", "generateCache"] |
Definition at line 3 of file multiindex.py.