Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
25bdb62f
Commit
25bdb62f
authored
10 months ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
debug
parent
f7e43765
develop
master
No related merge requests found
Pipeline
#4467
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_ifs_sim/csst_ifs_sim.py
+2
-2
csst_ifs_sim/csst_ifs_sim.py
with
2 additions
and
2 deletions
+2
-2
csst_ifs_sim/csst_ifs_sim.py
+
2
-
2
View file @
25bdb62f
...
@@ -2541,7 +2541,7 @@ class IFSsimulator():
...
@@ -2541,7 +2541,7 @@ class IFSsimulator():
self
.
log
.
debug
(
'Starting to apply radiation damage model...'
)
self
.
log
.
debug
(
'Starting to apply radiation damage model...'
)
# at this point we can give fake data...
# at this point we can give fake data...
cti
=
CTI
.
CDM03bidir
(
self
.
information
,
[],
log
=
self
.
log
)
cti
=
CDM03bidir
(
self
.
information
,
[],
log
=
self
.
log
)
# here we need the right input data
# here we need the right input data
self
.
image_b
=
cti
.
applyRadiationDamage
(
self
.
image_b
.
copy
(
self
.
image_b
=
cti
.
applyRadiationDamage
(
self
.
image_b
.
copy
(
...
@@ -2550,7 +2550,7 @@ class IFSsimulator():
...
@@ -2550,7 +2550,7 @@ class IFSsimulator():
self
.
log
.
debug
(
'Starting to apply radiation damage model...'
)
self
.
log
.
debug
(
'Starting to apply radiation damage model...'
)
# at this point we can give fake data...
# at this point we can give fake data...
cti
=
CTI
.
CDM03bidir
(
self
.
information
,
[],
log
=
self
.
log
)
cti
=
CDM03bidir
(
self
.
information
,
[],
log
=
self
.
log
)
# here we need the right input data
# here we need the right input data
self
.
image_r
=
cti
.
applyRadiationDamage
(
self
.
image_r
.
copy
(
self
.
image_r
=
cti
.
applyRadiationDamage
(
self
.
image_r
.
copy
(
).
transpose
(),
iquadrant
=
self
.
information
[
'quadrant'
]).
transpose
()
).
transpose
(),
iquadrant
=
self
.
information
[
'quadrant'
]).
transpose
()
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets