Commit fedab925 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

redate ifs_sim

parent 97e07319
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5349,13 +5349,18 @@ class IFSsimulator():
        :return: None
        """

        self.debug = True

        self.source = sourcein

        self.simnumber = simnumber
        self.configure(simnumber)  # print the configfile name and path;
        
        if self.information['debug']=='yes':
        
            self.debug = True
        else:
            self.debug = False

        self.dt = datetime.utcnow()

        if self.source == 'SCI' or self.source == 'COMP':
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ sky_fitsin =IFS_inputdata/FengshuaiData/NGC6397_S6102.fits

result_path =ifs_sim_result

debug =yes

### simulation software version
sim_ver=90