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_msc_sim
Commits
95e6759c
Commit
95e6759c
authored
Jan 08, 2025
by
Wei Chengliang
Browse files
bug fixed
parent
2fb27ea2
Pipeline
#7730
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
observation_sim/sim_steps/add_pattern_noise.py
View file @
95e6759c
...
...
@@ -22,7 +22,7 @@ def add_poisson_and_dark(self, chip, filt, tel, pointing, catalog, obs_param):
if
obs_param
[
"add_dark"
]
is
True
:
chip
.
img
,
_
=
chip_utils
.
add_poisson
(
img
=
chip
.
img
,
chip
=
chip
,
exptime
=
pointing
.
exp
_
time
,
exptime
=
exptime
,
poisson_noise
=
chip
.
poisson_noise
,
InputDark
=
None
)
else
:
...
...
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