StrayLightTask#
- class lsst.ip.isr.StrayLightTask(config: Config | None = None, *, name: str | None = None, parentTask: Task | None = None, log: logging.Logger | lsst.utils.logging.LsstLogAdapter | None = None)#
Bases:
TaskRemove stray light from instruments.
This is a dummy task to be retargeted with an camera-specific version.
Methods Summary
check(exposure)Check if stray light correction should be run.
checkFilter(exposure)Check whether we should fringe-subtract the science exposure.
run(exposure, strayLightData)Correct stray light.
Methods Documentation
- check(exposure)#
Check if stray light correction should be run.
Parameters#
- exposure
lsst.afw.image.Exposure Exposure to correct.
- exposure