LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
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.astrom.multiindex.generateCache | ( | andConfig = None | ) |
Generate a cache file
Definition at line 255 of file multiindex.py.
def lsst.meas.astrom.multiindex.getConfigFromEnvironment | ( | ) |
Find the config file from the environment The andConfig.py file is in the astrometry_net_data directory.
Definition at line 31 of file multiindex.py.
def lsst.meas.astrom.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 11 of file multiindex.py.
list lsst.meas.astrom.multiindex.__all__ = ["getIndexPath", "getConfigFromEnvironment", "AstrometryNetCatalog", "generateCache"] |
Definition at line 9 of file multiindex.py.