lsst.pipe.tasks g7d325f949a+ccdc5159d7
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.background.SkyStatsConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.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 94 of file background.py.

Member Data Documentation

◆ clip

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

Definition at line 100 of file background.py.

◆ mask

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

lsst.pipe.tasks.background.SkyStatsConfig.nIter = Field(doc="Clipping iterations for background", dtype=int, default=3)
static

Definition at line 101 of file background.py.

◆ statistic

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: