lsst.ip.isr g0aad566f14+23d8574c86
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig Class Reference
Inheritance diagram for lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig:
lsst.ip.isr.isrMock.IsrMockConfig

Static Public Attributes

 isLsstLike
 
 biasLevel
 
 calibMode
 
 doAddParallelOverscan
 
 doAddSerialOverscan
 
 doApplyGain
 

Detailed Description

Configuration parameters for isrMockLSST.

Definition at line 35 of file isrMockLSST.py.

Member Data Documentation

◆ biasLevel

lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig.biasLevel
static
Initial value:
= pexConfig.Field(
dtype=float,
default=25000.0,
doc="Background contribution to be generated from the bias offset in ADU.",
)

Definition at line 46 of file isrMockLSST.py.

◆ calibMode

lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig.calibMode
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=False,
doc="Set to true to produce mock calibration products, e.g. combined bias, dark, flat, etc.",
)

Definition at line 51 of file isrMockLSST.py.

◆ doAddParallelOverscan

lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig.doAddParallelOverscan
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=True,
doc="Add overscan ramp to parallel overscan and data regions.",
)

Definition at line 56 of file isrMockLSST.py.

◆ doAddSerialOverscan

lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig.doAddSerialOverscan
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=True,
doc="Add overscan ramp to serial overscan and data regions.",
)

Definition at line 61 of file isrMockLSST.py.

◆ doApplyGain

lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig.doApplyGain
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=True,
doc="Add gain to data.",
)

Definition at line 66 of file isrMockLSST.py.

◆ isLsstLike

lsst.ip.isr.isrMockLSST.IsrMockLSSTConfig.isLsstLike
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=True,
doc="If True, products have one raw image per amplifier, otherwise, one raw image per detector.",
)

Definition at line 40 of file isrMockLSST.py.


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