lsst.pipe.tasks gd61da0c3fd+5e10b5a532
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig:

Static Public Attributes

 sigmaClip
 
 clipIter
 
 badMaskPlanes
 
 starSelection
 
 starShape
 
 psfShape
 
 psfSampling
 
 psfGridSampling
 
 psfBadMaskPlanes
 

Detailed Description

Config for ComputeExposureSummaryTask

Definition at line 40 of file computeExposureSummaryStats.py.

Member Data Documentation

◆ 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 52 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 47 of file computeExposureSummaryStats.py.

◆ psfBadMaskPlanes

lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.psfBadMaskPlanes
static
Initial value:
= pexConfig.ListField(
dtype=str,
doc="Mask planes that, if set, the associated pixel should not be included in the PSF model "
"robutsness metric calculations (namely, maxDistToNearestPsf and psfTraceRadiusDelta).",
default=("BAD", "CR", "EDGE", "INTRP", "NO_DATA", "SAT", "SUSPECT"),
)

Definition at line 84 of file computeExposureSummaryStats.py.

◆ psfGridSampling

lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.psfGridSampling
static
Initial value:
= pexConfig.Field(
dtype=int,
doc="Sampling rate in pixels in each dimension for PSF model robustness metric "
"caclulations grid (the tradeoff is between adequate sampling versus speed).",
default=96,
)

Definition at line 78 of file computeExposureSummaryStats.py.

◆ psfSampling

lsst.pipe.tasks.computeExposureSummaryStats.ComputeExposureSummaryStatsConfig.psfSampling
static
Initial value:
= pexConfig.Field(
dtype=int,
doc="Sampling rate in pixels in each dimension for the maxDistToNearestPsf metric "
"caclulation grid (the tradeoff is between adequate sampling versus speed).",
default=8,
)

Definition at line 72 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="slot_PsfShape"
)

Definition at line 67 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 42 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 57 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="slot_Shape"
)

Definition at line 62 of file computeExposureSummaryStats.py.


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