lsst.pipe.drivers gef6abdcebb+c31c1e6b5f
Static Public Attributes | List of all members
lsst.pipe.drivers.background.SkyMeasurementConfig Class Reference
Inheritance diagram for lsst.pipe.drivers.background.SkyMeasurementConfig:

Static Public Attributes

 skyIter = Field(dtype=int, default=3, doc="k-sigma rejection iterations for sky scale")
 
 skyRej = Field(dtype=float, default=3.0, doc="k-sigma rejection threshold for sky scale")
 
 background = ConfigField(dtype=BackgroundConfig, doc="Background measurement")
 
 xNumSamples = Field(dtype=int, default=4, doc="Number of samples in x for scaling sky frame")
 
 yNumSamples = Field(dtype=int, default=4, doc="Number of samples in y for scaling sky frame")
 
 stats = ConfigField(dtype=SkyStatsConfig, doc="Measurement of sky statistics in the samples")
 

Detailed Description

Configuration for SkyMeasurementTask

Definition at line 72 of file background.py.

Member Data Documentation

◆ background

lsst.pipe.drivers.background.SkyMeasurementConfig.background = ConfigField(dtype=BackgroundConfig, doc="Background measurement")
static

Definition at line 76 of file background.py.

◆ skyIter

lsst.pipe.drivers.background.SkyMeasurementConfig.skyIter = Field(dtype=int, default=3, doc="k-sigma rejection iterations for sky scale")
static

Definition at line 74 of file background.py.

◆ skyRej

lsst.pipe.drivers.background.SkyMeasurementConfig.skyRej = Field(dtype=float, default=3.0, doc="k-sigma rejection threshold for sky scale")
static

Definition at line 75 of file background.py.

◆ stats

lsst.pipe.drivers.background.SkyMeasurementConfig.stats = ConfigField(dtype=SkyStatsConfig, doc="Measurement of sky statistics in the samples")
static

Definition at line 79 of file background.py.

◆ xNumSamples

lsst.pipe.drivers.background.SkyMeasurementConfig.xNumSamples = Field(dtype=int, default=4, doc="Number of samples in x for scaling sky frame")
static

Definition at line 77 of file background.py.

◆ yNumSamples

lsst.pipe.drivers.background.SkyMeasurementConfig.yNumSamples = Field(dtype=int, default=4, doc="Number of samples in y for scaling sky frame")
static

Definition at line 78 of file background.py.


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