Config for ComputeExposureSummaryTask
Definition at line 39 of file computeExposureSummaryStats.py.
◆ badMaskPlanes
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.badMaskPlanes |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
doc="Mask planes that, if set, the associated pixel should not be included sky noise calculation.",
default=("NO_DATA", "SUSPECT"),
)
Definition at line 51 of file computeExposureSummaryStats.py.
◆ clipIter
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.clipIter |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc="Number of iterations of outlier rejection for sky noise.",
default=2,
)
Definition at line 46 of file computeExposureSummaryStats.py.
◆ psfShape
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.psfShape |
|
static |
Initial value:= pexConfig.Field(
doc="Base name of columns to use for the PSF shape in the PSF statistics computation.",
dtype=str,
default="base_SdssShape_psf"
)
Definition at line 66 of file computeExposureSummaryStats.py.
◆ sigmaClip
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.sigmaClip |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc="Sigma for outlier rejection for sky noise.",
default=3.0,
)
Definition at line 41 of file computeExposureSummaryStats.py.
◆ starSelection
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.starSelection |
|
static |
Initial value:= pexConfig.Field(
doc="Field to select sources to be used in the PSF statistics computation.",
dtype=str,
default="calib_psf_used"
)
Definition at line 56 of file computeExposureSummaryStats.py.
◆ starShape
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.starShape |
|
static |
Initial value:= pexConfig.Field(
doc="Base name of columns to use for the source shape in the PSF statistics computation.",
dtype=str,
default="base_SdssShape"
)
Definition at line 61 of file computeExposureSummaryStats.py.
The documentation for this class was generated from the following file: