lsst.meas.base  16.0-12-g5ad1ebf+13
Static Public Attributes | List of all members
lsst.meas.base.references.BaseReferencesConfig Class Reference
Inheritance diagram for lsst.meas.base.references.BaseReferencesConfig:

Static Public Attributes

 removePatchOverlaps
 
 filter
 

Detailed Description

Definition at line 34 of file references.py.

Member Data Documentation

◆ filter

lsst.meas.base.references.BaseReferencesConfig.filter
static
Initial value:
= lsst.pex.config.Field(
doc="Bandpass for reference sources; None indicates chi-squared detections.",
dtype=str,
optional=True
)

Definition at line 40 of file references.py.

◆ removePatchOverlaps

lsst.meas.base.references.BaseReferencesConfig.removePatchOverlaps
static
Initial value:
= lsst.pex.config.Field(
doc="Only include reference sources for each patch that lie within the patch's inner bbox",
dtype=bool,
default=True
)

Definition at line 35 of file references.py.


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