lsst.meas.base  21.0.0-3-g4c5b185+0c4e42f7b5
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

Default configuration for reference source selection.

Definition at line 33 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 42 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 37 of file references.py.


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