Configuration parameters for the MergeMeasurementsTask.
More...
Configuration parameters for the MergeMeasurementsTask.
Definition at line 1189 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.flags |
|
static |
Initial value: 1 = ListField(dtype=str, doc=
"Require that these flags, if available, are not set",
2 default=[
"base_PixelFlags_flag_interpolatedCenter",
"base_PsfFlux_flag",
3 "ext_photometryKron_KronFlux_flag",
"modelfit_CModel_flag", ])
Definition at line 1208 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.minSN |
|
static |
Initial value: 1 = Field(dtype=float, default=10.,
2 doc=
"If the S/N from the priority band is below this value (and the S/N "
3 "is larger than minSNDiff compared to the priority band), use the band with "
4 "the largest S/N as the reference band.")
Definition at line 1200 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.minSNDiff |
|
static |
Initial value: 1 = Field(dtype=float, default=3.,
2 doc=
"If the difference in S/N between another band and the priority band is larger "
3 "than this value (and the S/N in the priority band is less than minSN) "
4 "use the band with the largest S/N as the reference band")
Definition at line 1204 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.pseudoFilterList |
|
static |
Initial value: 1 = ListField(dtype=str, default=[
"sky"],
2 doc=
"Names of filters which may have no associated detection\n"
3 "(N.b. should include MergeDetectionsConfig.skyFilterName)")
Definition at line 1195 of file multiBand.py.
tuple lsst.pipe.tasks.multiBand.MergeMeasurementsConfig.snName |
|
static |
Initial value: 1 = Field(dtype=str, default=
"base_PsfFlux",
2 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: