Loading csst_mci_sim/csst_mci_sim.py +4 −4 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
csst_mci_sim/csst_mci_sim.py +4 −4 Original line number Diff line number Diff line Loading @@ -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() Loading