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

redate ifs_sim

parent 97e07319
Pipeline #3993 passed with stage
in 0 seconds
......@@ -5349,12 +5349,17 @@ 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()
......
......@@ -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
......
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