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
6c85d28e
Commit
6c85d28e
authored
11 months ago
by
JX
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/develop'
parents
71fa0de0
e5db279e
release_v3.0
current_stable_for_tests
develop
master
v3.1.0
1 merge request
!31
version v3.1.0
Pipeline
#4856
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
observation_sim/ObservationSim.py
+1
-1
observation_sim/ObservationSim.py
with
1 addition
and
1 deletion
+1
-1
observation_sim/ObservationSim.py
+
1
-
1
View file @
6c85d28e
...
...
@@ -45,7 +45,7 @@ class Observation(object):
chip
.
shutter_img
=
np
.
ones_like
(
chip
.
img
.
array
)
else
:
chip
.
shutter_img
=
effects
.
ShutterEffectArr
(
chip
.
img
,
t_shutter
=
1.3
,
dist_bearing
=
735
,
dt
=
1E-3
)
chip
.
img
,
t_exp
=
pointing
.
exp_time
,
t_shutter
=
1.3
,
dist_bearing
=
735
,
dt
=
1E-3
)
chip
.
prnu_img
=
effects
.
PRNU_Img
(
xsize
=
chip
.
npix_x
,
ysize
=
chip
.
npix_y
,
sigma
=
0.01
,
seed
=
int
(
self
.
config
[
"random_seeds"
][
"seed_prnu"
]
+
chip
.
chipID
))
...
...
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