Commit 992599a0 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 0176542a
Pipeline #4321 passed with stage
in 0 seconds
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment