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
2ac619d1
Commit
2ac619d1
authored
Nov 27, 2024
by
Wei Chengliang
Browse files
bug fixed
parent
4ad7acd0
Pipeline
#7373
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
observation_sim/psf/PSFInterp.py
View file @
2ac619d1
...
...
@@ -366,7 +366,8 @@ class PSFInterp(PSFModel):
if
galsimGSObject
:
if
extrapolate
is
True
:
imPSFt
=
imPSF
imPSFt
=
np
.
zeros
([
ngg
+
1
,
ngg
+
1
])
imPSFt
[:
-
1
,
:
-
1
]
=
imPSF
else
:
imPSFt
=
np
.
zeros
([
257
,
257
])
imPSFt
[
0
:
256
,
0
:
256
]
=
imPSF
...
...
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