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
992599a0
Commit
992599a0
authored
1 year ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
debug
parent
0176542a
develop
master
yanzhaojun-develop-patch-92489
No related merge requests found
Pipeline
#4321
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_ifs_sim/csst_ifs_sim.py
+6
-0
csst_ifs_sim/csst_ifs_sim.py
with
6 additions
and
0 deletions
+6
-0
csst_ifs_sim/csst_ifs_sim.py
+
6
-
0
View file @
992599a0
...
@@ -5251,6 +5251,9 @@ class IFSsimulator():
...
@@ -5251,6 +5251,9 @@ class IFSsimulator():
photons_blue
.
y
=
photons_blue
.
y
/
self
.
pixelscale
+
\
photons_blue
.
y
=
photons_blue
.
y
/
self
.
pixelscale
+
\
dy_blue
+
self
.
slice_blue
[
'py'
][
k
]
dy_blue
+
self
.
slice_blue
[
'py'
][
k
]
photons_blue
.
y
=
2048
-
photons_blue
.
y
blue_sensor
.
accumulate
(
photons_blue
,
blue_img
)
blue_sensor
.
accumulate
(
photons_blue
,
blue_img
)
...
@@ -5272,6 +5275,9 @@ class IFSsimulator():
...
@@ -5272,6 +5275,9 @@ class IFSsimulator():
photons_red
.
y
=
photons_red
.
y
/
self
.
pixelscale
+
\
photons_red
.
y
=
photons_red
.
y
/
self
.
pixelscale
+
\
dy_red
+
self
.
slice_red
[
'py'
][
k
]
dy_red
+
self
.
slice_red
[
'py'
][
k
]
photons_red
.
y
=
3072
-
photons_red
.
y
red_sensor
.
accumulate
(
photons_red
,
red_img
)
red_sensor
.
accumulate
(
photons_red
,
red_img
)
...
...
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