lsst.meas.extensions.astrometryNet  master-gb035c22750+13
 All Classes Namespaces Files Functions Variables Properties Groups Pages
Classes | Functions | Variables
lsst.meas.extensions.astrometryNet.multiindex Namespace Reference

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"]
 

Function Documentation

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).

Parameters
[in]fnpath to index file; if relative, then relative to astrometry_net_data if that product is setup, else relative to the current working directory
Returns
the absolute path to the index file

Definition at line 19 of file multiindex.py.

Variable Documentation

list lsst.meas.extensions.astrometryNet.multiindex.__all__ = ["getIndexPath", "getConfigFromEnvironment", "AstrometryNetCatalog", "generateCache"]

Definition at line 3 of file multiindex.py.