Coverage for python/lsst/summit/utils/resources/config/quickLookIsr.py: 100%
7 statements
« prev ^ index » next coverage.py v7.14.1, created at 2026-05-28 09:08 +0000
« prev ^ index » next coverage.py v7.14.1, created at 2026-05-28 09:08 +0000
1# mypy: disable-error-code="name-defined"
3config.doSaturation = True # saturation very important for roundness measurement in qfm
4config.brighterFatterMaxIter = 2 # Uncomment this to remove test warning
5config.doDeferredCharge = False # no calib for this yet
6config.doBootstrap = False
7config.doApplyGains = True
8config.doSuspect = False
9config.defaultSaturationSource = "CAMERAMODEL"