maskITLDip¶
- lsst.ip.isr.maskITLDip(exposure, detectorConfig, maskPlaneNames=['SUSPECT', 'ITL_DIP'], log=None)¶
- Add mask bits according to the ITL dip model. - Parameters:
- exposurelsst.afw.image.Exposure
- Exposure to do ITL dip masking. 
- detectorConfiglsst.ip.isr.overscanAmpConfig.OverscanDetectorConfig
- Configuration for this detector. 
- maskPlaneNameslist [`str], optional
- Name of the ITL Dip mask planes. 
- loglogging.Logger, optional
- If not set, a default logger will be used. 
 
- exposure