|
ChoiceField | statistic |
|
Field | clip = Field(doc="Clipping threshold for background", dtype=float, default=3.0) |
|
Field | nIter = Field(doc="Clipping iterations for background", dtype=int, default=3) |
|
ListField | mask |
|
Parameters controlling the measurement of sky statistics
Definition at line 94 of file background.py.
◆ clip
Field lsst.pipe.tasks.background.SkyStatsConfig.clip = Field(doc="Clipping threshold for background", dtype=float, default=3.0) |
|
static |
◆ mask
ListField lsst.pipe.tasks.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 102 of file background.py.
◆ nIter
Field lsst.pipe.tasks.background.SkyStatsConfig.nIter = Field(doc="Clipping iterations for background", dtype=int, default=3) |
|
static |
◆ statistic
ChoiceField lsst.pipe.tasks.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 96 of file background.py.
The documentation for this class was generated from the following file: