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
7409b4a0
Commit
7409b4a0
authored
10 months ago
by
JX
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/develop'
parents
6c85d28e
21c0174d
release_v3.0
current_stable_for_tests
develop
master
v3.1.0
1 merge request
!31
version v3.1.0
Pipeline
#4865
passed with stage
in 0 seconds
Changes
1
Pipelines
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 @
7409b4a0
...
...
@@ -81,5 +81,5 @@ def add_bias(self, chip, filt, tel, pointing, catalog, obs_param):
nsecx
=
chip
.
nsecx
,
seed
=
self
.
overall_config
[
"random_seeds"
][
"seed_biasNonUniform"
]
+
chip
.
chipID
)
elif
obs_param
[
"bias_16channel"
]
==
False
:
chip
.
img
+=
self
.
bias_level
chip
.
img
+=
chip
.
bias_level
return
chip
,
filt
,
tel
,
pointing
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