lsst.obs.decam  16.0-17-gd4cf91f+2
Static Public Attributes | List of all members
lsst.obs.decam.isr.DecamIsrConfig Class Reference
Inheritance diagram for lsst.obs.decam.isr.DecamIsrConfig:
lsst.obs.decam.decamCpIsr.DecamCpIsrConfig

Static Public Attributes

 overscanBiasJumpBKP
 
 overscanBiasJumpLocation
 
 numEdgeSuspect
 

Member Data Documentation

◆ numEdgeSuspect

lsst.obs.decam.isr.DecamIsrConfig.numEdgeSuspect
static
Initial value:
= pexConfig.Field(
dtype=int,
doc="Number of edge pixels to be flagged as untrustworthy.",
default=35,
)

◆ overscanBiasJumpBKP

lsst.obs.decam.isr.DecamIsrConfig.overscanBiasJumpBKP
static
Initial value:
= pexConfig.ListField(
dtype=str,
doc="Names of the backplanes for CCDs showing bias jump due to "
"the simultaneous readout of the smaller ancillary CCDs.",
default=['DECAM_BKP3', 'DECAM_BKP5', 'DECAM_BKP1', 'DECAM_BKP4'],
)

◆ overscanBiasJumpLocation

lsst.obs.decam.isr.DecamIsrConfig.overscanBiasJumpLocation
static
Initial value:
= pexConfig.Field(
dtype=int,
doc="The y distance of the bias jump location measured in units "
"of pixels from the readout corner; this should be the y "
"dimension of the smaller ancillary CCDs.",
default=2098,
)

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