|
| isr = ConfigurableField(target=IsrTask, doc="Instrument signature removal") |
|
| threshold = Field(dtype=float, default=30000, doc="Minimum level for which to measure crosstalk") |
|
| doRerunIsr = Field(dtype=bool, default=True, doc="Rerun the ISR, even if postISRCCD files are available") |
|
| badMask = ListField(dtype=str, default=["SAT", "BAD", "INTRP"], doc="Mask planes to ignore") |
|
| rejIter = Field(dtype=int, default=3, doc="Number of rejection iterations") |
|
| rejSigma = Field(dtype=float, default=2.0, doc="Rejection threshold (sigma)") |
|
Configuration for MeasureCrosstalkTask
Definition at line 150 of file measureCrosstalk.py.
◆ setDefaults()
def lsst.ip.isr.measureCrosstalk.MeasureCrosstalkConfig.setDefaults |
( |
|
self | ) |
|
◆ badMask
lsst.ip.isr.measureCrosstalk.MeasureCrosstalkConfig.badMask = ListField(dtype=str, default=["SAT", "BAD", "INTRP"], doc="Mask planes to ignore") |
|
static |
◆ doRerunIsr
lsst.ip.isr.measureCrosstalk.MeasureCrosstalkConfig.doRerunIsr = Field(dtype=bool, default=True, doc="Rerun the ISR, even if postISRCCD files are available") |
|
static |
◆ isr
lsst.ip.isr.measureCrosstalk.MeasureCrosstalkConfig.isr = ConfigurableField(target=IsrTask, doc="Instrument signature removal") |
|
static |
◆ rejIter
lsst.ip.isr.measureCrosstalk.MeasureCrosstalkConfig.rejIter = Field(dtype=int, default=3, doc="Number of rejection iterations") |
|
static |
◆ rejSigma
lsst.ip.isr.measureCrosstalk.MeasureCrosstalkConfig.rejSigma = Field(dtype=float, default=2.0, doc="Rejection threshold (sigma)") |
|
static |
◆ threshold
lsst.ip.isr.measureCrosstalk.MeasureCrosstalkConfig.threshold = Field(dtype=float, default=30000, doc="Minimum level for which to measure crosstalk") |
|
static |
The documentation for this class was generated from the following file: