Loading csst_ifs_sim/__pycache__/csst_ifs_sim.cpython-311.pyc +84 B (187 KiB) File changed.No diff preview for this file type. View original file View changed file csst_ifs_sim/csst_ifs_sim.py +6 −1 Original line number Diff line number Diff line Loading @@ -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': Loading ifs_data/IFS_sim_C90.config +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
csst_ifs_sim/__pycache__/csst_ifs_sim.cpython-311.pyc +84 B (187 KiB) File changed.No diff preview for this file type. View original file View changed file
csst_ifs_sim/csst_ifs_sim.py +6 −1 Original line number Diff line number Diff line Loading @@ -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': Loading
ifs_data/IFS_sim_C90.config +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading