Configuration parameters for the MergeMeasurementsTask.
More...
Configuration parameters for the MergeMeasurementsTask.
Definition at line 1189 of file multiBand.py.
◆ validate()
def lsst.pipe.tasks.multiBand.MergeSourcesConfig.validate |
( |
|
self | ) |
|
|
inherited |
◆ coaddName
lsst.pipe.tasks.multiBand.MergeSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd") |
|
staticinherited |
◆ 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.
◆ priorityList
lsst.pipe.tasks.multiBand.MergeSourcesConfig.priorityList |
|
staticinherited |
Initial value:= ListField(dtype=str, default=[],
doc="Priority-ordered list of bands for the merge.")
Definition at line 379 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: