Coverage for config/isr.py: 100%

Shortcuts on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

12 statements  

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