|
lsst.ip.isr g77367d4607+ee76a57405
|
Public Member Functions | |
| doAnySerialOverscan (self) | |
| doAnyParallelOverscan (self) | |
| getOverscanDetectorConfig (self, detector) | |
Static Public Attributes | |
| detectorRules | |
| defaultDetectorConfig | |
| detectorRuleKeyType | |
Overscan configurations applicable to multiple detectors in a single camera.
Definition at line 246 of file overscanAmpConfig.py.
| lsst.ip.isr.overscanAmpConfig.OverscanCameraConfig.doAnyParallelOverscan | ( | self | ) |
Check if any of the detector/amp configs have doParallelOverscan. Returns ------- doAnyParallelOverscan : `bool`
Definition at line 289 of file overscanAmpConfig.py.
| lsst.ip.isr.overscanAmpConfig.OverscanCameraConfig.doAnySerialOverscan | ( | self | ) |
Check if any of the detector/amp configs have doSerialOverscan. Returns ------- doAnySerialOverscan : `bool`
Definition at line 272 of file overscanAmpConfig.py.
| lsst.ip.isr.overscanAmpConfig.OverscanCameraConfig.getOverscanDetectorConfig | ( | self, | |
| detector ) |
Get the OverscanDetectorConfig for a specific detector. Parameters ---------- detector : `lsst.afw.cameraGeom.Detector` Returns ------- overscanDetectorConfig : `OverscanDetectorConfig`
Definition at line 307 of file overscanAmpConfig.py.
|
static |
Definition at line 256 of file overscanAmpConfig.py.
|
static |
Definition at line 260 of file overscanAmpConfig.py.
|
static |
Definition at line 250 of file overscanAmpConfig.py.