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

Default
'deep'
Field type

str Field

Coadd name: typically one of deep or goodSeeing.

filter

Default
None
Field type

str Field (optional)

Bandpass for reference sources; None indicates chi-squared detections.

removePatchOverlaps

Default
True
Field type

bool Field

Only include reference sources for each patch that lie within the patch’s inner bbox

skipMissing

Default
False
Field type

bool Field

Silently skip patches where the reference catalog does not exist.