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

debug

parent 15730a98
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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()