lsst.ip.isr g2ab2c8e58b+dcaebcd53c
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
 
 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=30000.0,
doc="Background contribution to be generated from the bias offset in ADU.",
)

Definition at line 49 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 55 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 60 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 65 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: