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
992599a0
Commit
992599a0
authored
Apr 30, 2024
by
Yan Zhaojun
Browse files
debug
parent
0176542a
Pipeline
#4321
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_ifs_sim/csst_ifs_sim.py
View file @
992599a0
...
...
@@ -5251,6 +5251,9 @@ class IFSsimulator():
photons_blue
.
y
=
photons_blue
.
y
/
self
.
pixelscale
+
\
dy_blue
+
self
.
slice_blue
[
'py'
][
k
]
photons_blue
.
y
=
2048
-
photons_blue
.
y
blue_sensor
.
accumulate
(
photons_blue
,
blue_img
)
...
...
@@ -5272,6 +5275,9 @@ class IFSsimulator():
photons_red
.
y
=
photons_red
.
y
/
self
.
pixelscale
+
\
dy_red
+
self
.
slice_red
[
'py'
][
k
]
photons_red
.
y
=
3072
-
photons_red
.
y
red_sensor
.
accumulate
(
photons_red
,
red_img
)
...
...
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