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
6cb20985
Commit
6cb20985
authored
Apr 15, 2024
by
Yan Zhaojun
Browse files
debug
parent
4e9178ec
Pipeline
#4072
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_mci_sim/csst_mci_sim.py
View file @
6cb20985
...
...
@@ -3396,8 +3396,6 @@ class MCIsimulator():
#save image without CTI
self
.
noCTI_g
=
self
.
image_g
.
copy
()
self
.
log
.
info
(
'Save NoCti Nonoise image fits file to %s '
%
(
'noctinonoise'
+
'mci_g.fits'
))
self
.
log
.
debug
(
'Starting to apply radiation damage model...'
)
#at this point we can give fake data...
cti
=
CTI
.
CDM03bidir
(
self
.
information
,
[],
log
=
self
.
log
)
...
...
@@ -3409,7 +3407,6 @@ class MCIsimulator():
self
.
noCTI_r
=
self
.
image_r
.
copy
()
self
.
log
.
info
(
'Save NoCti Nonoise image fits file to %s '
%
(
'noctinonoise'
+
'mci_r.fits'
))
self
.
log
.
debug
(
'Starting to apply radiation damage model...'
)
#at this point we can give fake data...
...
...
@@ -3422,8 +3419,6 @@ class MCIsimulator():
self
.
noCTI_i
=
self
.
image_i
.
copy
()
self
.
log
.
info
(
'Save NoCti Nonoise image fits file to %s '
%
(
'noctinonoise'
+
'mci_i.fits'
))
self
.
log
.
debug
(
'Starting to apply radiation damage model...'
)
#at this point we can give fake data...
cti
=
CTI
.
CDM03bidir
(
self
.
information
,
[],
log
=
self
.
log
)
...
...
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