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_mci_sim
Commits
f4148616
Commit
f4148616
authored
Apr 15, 2024
by
Yan Zhaojun
Browse files
debug
parent
95b45372
Pipeline
#4081
passed with stage
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_mci_sim/CTI/__pycache__/CTI.cpython-311.pyc
View file @
f4148616
No preview for this file type
csst_mci_sim/csst_mci_sim.py
View file @
f4148616
...
...
@@ -5071,12 +5071,13 @@ class MCIsimulator():
##############################################################################################
sourcelist
=
[
'EXDF'
,
'STAR'
,
'PIPR'
,
'TRNS'
,
'COMB'
,
'CALI'
]
cli_list
=
[
'FLAT'
,
'BIAS'
,
'DARK'
]
if
self
.
source
not
in
sourcelist
or
not
in
cli_list
:
sim_list
=
[
'FLAT'
,
'BIAS'
,
'DARK'
,
'EXDF'
,
'STAR'
,
'PIPR'
,
'TRNS'
,
'COMB'
,
'CALI'
]
if
self
.
source
not
in
sim_list
:
print
(
'Sourcein is wrong'
)
sys
.
exit
(
1
)
self
.
information
[
'ver'
]
=
'01'
self
.
_loadGhostModel
()
self
.
load_filter_PSF
()
self
.
information
[
'simnumber'
]
=
simnumber
...
...
csst_mci_sim/mci_data/mci_all_9K.config
View file @
f4148616
...
...
@@ -4,6 +4,7 @@ dir_path=mci_sim/MCI_inputData/
result_path
=
mci_sim
/
mci_sim_result
/
ver
=
C91
#size of the output image array, xsize is column, ysize is row, xsize = 9216,ysize = 9232
xsize
=
9216
...
...
csst_mci_sim/support/__pycache__/MCIinstrumentModel.cpython-311.pyc
View file @
f4148616
No preview for this file type
csst_mci_sim/support/__pycache__/logger.cpython-311.pyc
View file @
f4148616
No preview for this file type
csst_mci_sim/support/__pycache__/sed.cpython-311.pyc
View file @
f4148616
No preview for this file type
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