MultiBandReferencesTask¶
MultiBandReferencesTask extends lsst.meas.base.references.CoaddSrcReferencesTask to select reference sources from the multi-band processing scheme.
Python API summary¶
from lsst.meas.base.references import MultiBandReferencesTask
- 
classMultiBandReferencesTask(butler=None, schema=None, **kwargs)
- Loads references from the multi-band processing scheme - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the MultiBandReferencesTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
coaddName¶
Coadd name: typically one of deep or goodSeeing.
filter¶
Bandpass for reference sources; None indicates chi-squared detections.
removePatchOverlaps¶
Only include reference sources for each patch that lie within the patch’s inner bbox
skipMissing¶
Silently skip patches where the reference catalog does not exist.