Commit 6242c2a8 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 15730a98
......@@ -5071,13 +5071,13 @@ class MCIsimulator():
##############################################################################################
##############################################################################################
sourcelist=['EXDF','STAR','PIPR','TRNS','COMB','CALI','DARK','BIAS','FLAT']
if self.source not in sourcelist:
sourcelist=['EXDF','STAR','PIPR','TRNS','COMB','CALI']
cli_list=['FLAT','BIAS','DARK']
if self.source not in sourcelist or not in cli_list:
print('Sourcein is wrong')
sys.exit(1)
self.information['ver']='01'
self._loadGhostModel()
self.load_filter_PSF()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment