Coverage for python / lsst / summit / utils / resources / config / quickLookIsr.py: 100%
7 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-20 02:07 -0700
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-20 02:07 -0700
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"