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
80a95101
Commit
80a95101
authored
May 08, 2024
by
Fang Yuedong
Browse files
fix typo in test_astrometry.py
parent
b175068c
Pipeline
#4355
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tests/test_astrometry.py
View file @
80a95101
...
...
@@ -26,7 +26,8 @@ class TestAstrometry(unittest.TestCase):
sat_vx
=
0.13581745522969868
sat_vy
=
7.233066646238058
sat_vz
=
-
2.5770060087052116
dt
=
datetime
.
utcfromtimestamp
(
Time
(
jdt
,
format
=
'jd'
).
unix
)
dt
=
datetime
.
utcfromtimestamp
(
Time
(
2461865.75468577
,
format
=
'jd'
).
unix
)
date_str
=
dt
.
date
().
isoformat
()
time_str
=
dt
.
time
().
isoformat
()
ra_arr
,
dec_arr
=
on_orbit_obs_position
(
...
...
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