lsst.pipe.drivers  20.0.0-1-g5b95a8c+f88803b0ab
Static Public Attributes | List of all members
lsst.pipe.drivers.background.SkyStatsConfig Class Reference
Inheritance diagram for lsst.pipe.drivers.background.SkyStatsConfig:

Static Public Attributes

 statistic
 
 clip = Field(doc="Clipping threshold for background", dtype=float, default=3.0)
 
 nIter = Field(doc="Clipping iterations for background", dtype=int, default=3)
 
 mask
 

Detailed Description

Parameters controlling the measurement of sky statistics

Definition at line 60 of file background.py.

Member Data Documentation

◆ clip

lsst.pipe.drivers.background.SkyStatsConfig.clip = Field(doc="Clipping threshold for background", dtype=float, default=3.0)
static

Definition at line 66 of file background.py.

◆ 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

Definition at line 67 of file background.py.

◆ 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: