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
81236b8f
Commit
81236b8f
authored
May 06, 2024
by
Yan Zhaojun
Browse files
debug
parent
82b3a54b
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_mci_sim/csst_mci_sim.py
View file @
81236b8f
...
...
@@ -4883,6 +4883,7 @@ class MCIsimulator():
hdu_i
.
header
[
'RA_PNT1'
]
=
(
float
(
hdu_i
.
header
[
'RA_PNT0'
]),
'pointing RA at CABEND (deg)'
)
hdu_i
.
header
[
'DEC_PNT1'
]
=
(
float
(
hdu_i
.
header
[
'DEC_PNT0'
]),
'pointing Dec at CABEND (deg)'
)
hdu_i
.
header
[
'EPOCH'
]
=
(
np
.
float32
(
time2jd
(
t3
.
utcnow
())),
'equinox of pointing RA and Dec'
)
hdu_i
.
header
[
'CHECKSUM'
]
=
(
0
,
'0'
)
##############################################################
#####
...
...
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