Coverage for config/isr.py: 100%

12 statements  

« prev     ^ index     » next       coverage.py v6.4.1, created at 2022-06-11 03:37 -0700

1""" 

2CFHT-specific overrides for IsrTask 

3""" 

4config.doBias = False 

5config.doDark = False 

6config.doFlat = False 

7config.doFringe = False 

8config.fringeAfterFlat = False 

9config.doWrite = False 

10config.fringe.filters = ["i.MP9701", "i.MP9702", "z.MP9801"] 

11config.fringe.pedestal = True 

12config.fringe.small = 1 

13config.fringe.large = 50 

14config.doAssembleIsrExposures = True 

15config.doSuspect = False