Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_ifs_sim
Commits
fedab925
Commit
fedab925
authored
Apr 12, 2024
by
Yan Zhaojun
Browse files
redate ifs_sim
parent
97e07319
Pipeline
#3993
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_ifs_sim/__pycache__/csst_ifs_sim.cpython-311.pyc
View file @
fedab925
No preview for this file type
csst_ifs_sim/csst_ifs_sim.py
View file @
fedab925
...
...
@@ -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'
:
...
...
ifs_data/IFS_sim_C90.config
View file @
fedab925
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment