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
69b0c977
Commit
69b0c977
authored
Jul 16, 2025
by
Fang Yuedong
Browse files
pep8
parent
9e339148
Pipeline
#9344
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
observation_sim/mock_objects/MockObject.py
View file @
69b0c977
...
...
@@ -172,7 +172,7 @@ class MockObject(object):
# star = galsim.Convolve(psf, star)
star
=
psf
.
withFlux
(
nphotons
)
if
EXTRA
==
True
:
if
EXTRA
:
stamp
=
star
.
drawImage
(
method
=
'no_pixel'
,
wcs
=
chip_wcs_local
,
offset
=
offset
)
else
:
stamp
=
star
.
drawImage
(
wcs
=
chip_wcs_local
,
offset
=
offset
)
...
...
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