Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
10 months ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
fix typo in test_astrometry.py
parent
b175068c
release_v3.0
current_stable_for_tests
develop
master
milky_way_extinction
revert-914004c1
sim_scheduler
sls_psf_pca_convolve
v3.1.0
v3.0.0
2 merge requests
!23
for tests before release
,
!22
add field distortion test
Pipeline
#4355
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_astrometry.py
+2
-1
tests/test_astrometry.py
with
2 additions
and
1 deletion
+2
-1
tests/test_astrometry.py
+
2
-
1
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
(
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets