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

debug

parent 15730a98
...@@ -5071,13 +5071,13 @@ class MCIsimulator(): ...@@ -5071,13 +5071,13 @@ class MCIsimulator():
############################################################################################## ##############################################################################################
############################################################################################## ##############################################################################################
sourcelist=['EXDF','STAR','PIPR','TRNS','COMB','CALI','DARK','BIAS','FLAT'] sourcelist=['EXDF','STAR','PIPR','TRNS','COMB','CALI']
if self.source not in sourcelist:
cli_list=['FLAT','BIAS','DARK']
if self.source not in sourcelist or not in cli_list:
print('Sourcein is wrong') print('Sourcein is wrong')
sys.exit(1) sys.exit(1)
self.information['ver']='01' self.information['ver']='01'
self._loadGhostModel() self._loadGhostModel()
self.load_filter_PSF() 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