Coverage for config/characterizeImage.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

5 statements  

1# characterize image task config for CFHT single frame measurement 

2 

3config.refObjLoader.filterMap = {'i2': 'i'} 

4config.refObjLoader.ref_dataset_name = "ps1_pv3_3pi_20170110" 

5 

6# These cosmic ray defaults work for validation_data_cfht (which is post-ISR 

7# data, thus not actually raw); it may not be correct for all CFHT data. 

8config.requireCrForPsf = False 

9config.repair.cosmicray.nCrPixelMax = 100000 

10config.repair.cosmicray.min_DN = 3000