|
lsst.meas.extensions.astrometryNet
14.0-1-g013352c+33
|
Load reference objects from astrometry.net index files. More...
Public Member Functions | |
| def | __init__ (self, config=None, andConfig=None, kwargs) |
| Create a LoadAstrometryNetObjectsTask. More... | |
| def | loadSkyCircle (self, ctrCoord, radius, filterName=None) |
| Load reference objects that overlap a circular sky region. More... | |
Public Attributes | |
| andConfig | |
| haveIndexFiles | |
| multiInds | |
Static Public Attributes | |
| ConfigClass = LoadAstrometryNetObjectsConfig | |
Load reference objects from astrometry.net index files.
Load reference objects from astrometry.net index files.
Create a LoadAstrometryNetObjectsTask.
| [in] | config | configuration (an instance of self.ConfigClass); if None use self.ConfigClass() |
| [in] | andConfig | astrometry.net data config (an instance of AstromNetDataConfig, or None); if None then use andConfig.py in the astrometry_net_data product (which must be setup) |
| [in] | kwargs | additional keyword arguments for pipe_base Task.__init__ |
| RuntimeError | if andConfig is None and the configuration cannot be found, either because astrometry_net_data is not setup in eups or because the setup version does not include the file "andConfig.py" |
See LoadAstrometryNetObjectsConfig
LoadAstrometryNetObjectsTask is a subtask of AstrometryTask, which is called by PhotoCalTask. See pipe_tasks_photocal_Example.
LoadAstrometryNetObjectsTask does not support any debug variables.
Definition at line 23 of file loadAstrometryNetObjects.py.
| def lsst.meas.extensions.astrometryNet.loadAstrometryNetObjects.LoadAstrometryNetObjectsTask.__init__ | ( | self, | |
config = None, |
|||
andConfig = None, |
|||
| kwargs | |||
| ) |
Create a LoadAstrometryNetObjectsTask.
| [in] | config | configuration (an instance of self.ConfigClass); if None use self.ConfigClass() |
| [in] | andConfig | astrometry.net data config (an instance of AstromNetDataConfig, or None); if None then use andConfig.py in the astrometry_net_data product (which must be setup) |
| [in] | kwargs | additional keyword arguments for pipe_base Task.__init__ |
| RuntimeError | if andConfig is None and the configuration cannot be found, either because astrometry_net_data is not setup in eups or because the setup version does not include the file "andConfig.py" |
Definition at line 66 of file loadAstrometryNetObjects.py.
| def lsst.meas.extensions.astrometryNet.loadAstrometryNetObjects.LoadAstrometryNetObjectsTask.loadSkyCircle | ( | self, | |
| ctrCoord, | |||
| radius, | |||
filterName = None |
|||
| ) |
Load reference objects that overlap a circular sky region.
| [in] | ctrCoord | center of search region (an afwGeom.Coord) |
| [in] | radius | radius of search region (an afwGeom.Angle) |
| [in] | filterName | name of filter, or None for the default filter; used for flux values in case we have flux limits (which are not yet implemented) |
Definition at line 84 of file loadAstrometryNetObjects.py.
| lsst.meas.extensions.astrometryNet.loadAstrometryNetObjects.LoadAstrometryNetObjectsTask.andConfig |
Definition at line 79 of file loadAstrometryNetObjects.py.
|
static |
Definition at line 64 of file loadAstrometryNetObjects.py.
| lsst.meas.extensions.astrometryNet.loadAstrometryNetObjects.LoadAstrometryNetObjectsTask.haveIndexFiles |
Definition at line 80 of file loadAstrometryNetObjects.py.
| lsst.meas.extensions.astrometryNet.loadAstrometryNetObjects.LoadAstrometryNetObjectsTask.multiInds |
Definition at line 163 of file loadAstrometryNetObjects.py.
1.8.13