lsst.pipe.tasks  13.0-54-gc325bc5f
Static Public Attributes | List of all members
lsst.pipe.tasks.multiBand.MergeMeasurementsConfig Class Reference

Configuration parameters for the MergeMeasurementsTask. More...

Inheritance diagram for lsst.pipe.tasks.multiBand.MergeMeasurementsConfig:
lsst.pipe.tasks.multiBand.MergeSourcesConfig

Static Public Attributes

 pseudoFilterList
 
 snName
 
 minSN
 
 minSNDiff
 
 flags
 
- Static Public Attributes inherited from lsst.pipe.tasks.multiBand.MergeSourcesConfig
 priorityList
 
 coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.tasks.multiBand.MergeSourcesConfig
def validate (self)
 

Detailed Description

Configuration parameters for the MergeMeasurementsTask.

Definition at line 1189 of file multiBand.py.

Member Data Documentation

◆ flags

lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.flags
static
Initial value:
= ListField(dtype=str, doc="Require that these flags, if available, are not set",
default=["base_PixelFlags_flag_interpolatedCenter", "base_PsfFlux_flag",
"ext_photometryKron_KronFlux_flag", "modelfit_CModel_flag", ])

Definition at line 1208 of file multiBand.py.

◆ minSN

lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.minSN
static
Initial value:
= Field(dtype=float, default=10.,
doc="If the S/N from the priority band is below this value (and the S/N "
"is larger than minSNDiff compared to the priority band), use the band with "
"the largest S/N as the reference band.")

Definition at line 1200 of file multiBand.py.

◆ minSNDiff

lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.minSNDiff
static
Initial value:
= Field(dtype=float, default=3.,
doc="If the difference in S/N between another band and the priority band is larger "
"than this value (and the S/N in the priority band is less than minSN) "
"use the band with the largest S/N as the reference band")

Definition at line 1204 of file multiBand.py.

◆ pseudoFilterList

lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.pseudoFilterList
static
Initial value:
= ListField(dtype=str, default=["sky"],
doc="Names of filters which may have no associated detection\n"
"(N.b. should include MergeDetectionsConfig.skyFilterName)")

Definition at line 1195 of file multiBand.py.

◆ snName

lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.snName
static
Initial value:
= Field(dtype=str, default="base_PsfFlux",
doc="Name of flux measurement for calculating the S/N when choosing the reference band.")

Definition at line 1198 of file multiBand.py.


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