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_mci_sim
Commits
f520b7d0
Commit
f520b7d0
authored
Apr 14, 2024
by
Yan Zhaojun
Browse files
test
parent
43be1aac
Pipeline
#4046
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_mci_sim/csst_mci_sim.py
View file @
f520b7d0
...
...
@@ -1737,6 +1737,9 @@ class MCIsimulator():
# np.save('umag.npy', df3['umag'] )
self
.
star
=
df3
self
.
log
.
infor
(
'load star catlog successfully'
)
del
da
,
df2
,
df3
self
.
information
[
'ra_obj'
]
=
self
.
star
[
'ra_gaia'
].
mean
()
...
...
@@ -1757,7 +1760,7 @@ class MCIsimulator():
#################### cal_PSF_array #################################
if
self
.
save_starpsf
:
if
self
.
save_starpsf
==
False
:
self
.
log
.
info
(
'calculate and save star PSF data......'
)
...
...
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