lsst.meas.base  13.0-26-g0f127ff+5
Static Public Attributes | List of all members
lsst.meas.base.references.MultiBandReferencesTask Class Reference
Inheritance diagram for lsst.meas.base.references.MultiBandReferencesTask:
lsst.meas.base.references.CoaddSrcReferencesTask lsst.meas.base.references.BaseReferencesTask

Static Public Attributes

 ConfigClass = MultiBandReferencesConfig
 
string datasetSuffix = "ref"
 
- Static Public Attributes inherited from lsst.meas.base.references.CoaddSrcReferencesTask
 ConfigClass = CoaddSrcReferencesConfig
 
string datasetSuffix = "src"
 
- Static Public Attributes inherited from lsst.meas.base.references.BaseReferencesTask
 ConfigClass = BaseReferencesConfig
 

Additional Inherited Members

- Public Member Functions inherited from lsst.meas.base.references.CoaddSrcReferencesTask
def __init__ (self, butler=None, schema=None, kwargs)
 Initialize the task. More...
 
def getWcs (self, dataRef)
 
def fetchInPatches (self, dataRef, patchList)
 An implementation of BaseReferencesTask.fetchInPatches that loads 'coadd_' + datasetSuffix catalogs using the butler. More...
 
def fetchInBox (self, dataRef, bbox, wcs, pad=0)
 Return reference sources that overlap a region defined by a pixel-coordinate bounding box and corresponding Wcs. More...
 
- Public Member Functions inherited from lsst.meas.base.references.BaseReferencesTask
def __init__ (self, butler=None, schema=None, kwargs)
 Initialize the task. More...
 
def getSchema (self, butler)
 Return the schema for the reference sources. More...
 
def getWcs (self, dataRef)
 Return the WCS for reference sources. More...
 
def fetchInBox (self, dataRef, bbox, wcs)
 Return reference sources that overlap a region defined by a pixel-coordinate bounding box and corresponding Wcs. More...
 
def fetchInPatches (self, dataRef, patchList)
 Return reference sources that overlap a region defined by one or more SkyMap patches. More...
 
def subset (self, sources, bbox, wcs)
 Filter sources to contain only those within the given box, defined in the coordinate system defined by the given Wcs. More...
 
- Public Attributes inherited from lsst.meas.base.references.CoaddSrcReferencesTask
 schema
 

Detailed Description

Loads references from the multiband processing scheme

Definition at line 276 of file references.py.

Member Data Documentation

◆ ConfigClass

lsst.meas.base.references.MultiBandReferencesTask.ConfigClass = MultiBandReferencesConfig
static

Definition at line 278 of file references.py.

◆ datasetSuffix

string lsst.meas.base.references.MultiBandReferencesTask.datasetSuffix = "ref"
static

Definition at line 279 of file references.py.


The documentation for this class was generated from the following file: