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_msc_sim
Commits
b8d16247
Commit
b8d16247
authored
8 months ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
fix a typo in add_poisson_and_dark
parent
1aa4f533
release_v3.0
develop
master
milky_way_extinction
revert-914004c1
sls_psf_pca_convolve
v3.1.0
4 merge requests
!30
bug fix for guidance abberation correction
,
!28
bug fix for guidance abberation correction
,
!27
Add Milky Way extinction and extend the range for SED integration
,
!26
update branch sls_psf_pcs_convole
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
observation_sim/sim_steps/add_pattern_noise.py
+1
-1
observation_sim/sim_steps/add_pattern_noise.py
with
1 addition
and
1 deletion
+1
-1
observation_sim/sim_steps/add_pattern_noise.py
+
1
-
1
View file @
b8d16247
...
...
@@ -27,7 +27,7 @@ def add_poisson_and_dark(self, chip, filt, tel, pointing, catalog, obs_param):
InputDark
=
None
)
else
:
chip
.
img
,
_
=
chip_utils
.
add_poisson
(
img
=
chip
.
img
,
chip
=
self
,
chip
=
chip
,
exptime
=
exptime
,
poisson_noise
=
chip
.
poisson_noise
,
dark_noise
=
0.
)
...
...
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