Parameters controlling the measurement of sky statistics
Definition at line 60 of file background.py.
◆ clip
lsst.pipe.drivers.background.SkyStatsConfig.clip = Field(doc="Clipping threshold for background", dtype=float, default=3.0) |
|
static |
◆ mask
lsst.pipe.drivers.background.SkyStatsConfig.mask |
|
static |
Initial value:= ListField(doc="Mask planes to reject", dtype=str,
default=["SAT", "DETECTED", "DETECTED_NEGATIVE", "BAD", "NO_DATA"])
Definition at line 68 of file background.py.
◆ nIter
lsst.pipe.drivers.background.SkyStatsConfig.nIter = Field(doc="Clipping iterations for background", dtype=int, default=3) |
|
static |
◆ statistic
lsst.pipe.drivers.background.SkyStatsConfig.statistic |
|
static |
Initial value:= ChoiceField(dtype=str, default="MEANCLIP", doc="type of statistic to use for grid points",
allowed={"MEANCLIP": "clipped mean",
"MEAN": "unclipped mean",
"MEDIAN": "median"})
Definition at line 62 of file background.py.
The documentation for this class was generated from the following file: