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
ba121152
Commit
ba121152
authored
Oct 26, 2024
by
Wei Chengliang
Browse files
update codestyle-PEP8
parent
1742c3e2
Pipeline
#7105
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
observation_sim/instruments/chip/effects.py
View file @
ba121152
...
...
@@ -267,7 +267,7 @@ def PRNU_Img(xsize, ysize, sigma=0.01, seed=202101):
return
prnuimg
def
NonLinear_f
(
x
,
beta_1
,
beta_2
):
def
NonLinear_f
(
x
,
beta_1
,
beta_2
):
return
x
-
beta_1
*
x
*
x
+
beta_2
*
x
*
x
*
x
...
...
@@ -697,7 +697,7 @@ def produceCR_Map(xLen, yLen, exTime, cr_pixelRatio, gain, attachedSizes, seed=2
for
i
in
np
.
arange
(
cr_event_size
):
xPos
=
round
((
xLen
-
1
)
*
np
.
random
.
random
())
yPos
=
round
((
yLen
-
1
)
*
np
.
random
.
random
())
cr_lens
=
int
(
cr_size
[
i
])
;
cr_lens
=
int
(
cr_size
[
i
])
if
cr_lens
==
0
:
continue
pix_energy
=
cr_energys
[
i
]
/
gain
/
cr_lens
...
...
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