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
4a697122
Commit
4a697122
authored
Oct 26, 2024
by
Yan Zhaojun
Browse files
update
parent
38cc79d7
Pipeline
#7127
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_mci_sim/support/shao.py
View file @
4a697122
...
@@ -50,7 +50,7 @@ def onOrbitObsPosition(path, input_ra_list, input_dec_list, input_pmra_list, inp
...
@@ -50,7 +50,7 @@ def onOrbitObsPosition(path, input_ra_list, input_dec_list, input_pmra_list, inp
input_vy
=
input_vy
*
1000.0
input_vy
=
input_vy
*
1000.0
input_vz
=
input_vz
*
1000.0
input_vz
=
input_vz
*
1000.0
if
isinstance
(
type
(
input_date_str
),
type
(
"2025-03-05"
)):
if
isinstance
(
type
(
input_date_str
),
type
(
"2025-03-05"
)):
# type(input_date_str) != type("2025-03-05"):
# type(input_date_str) != type("2025-03-05"):
raise
TypeError
(
"Parameter 15 is not string!"
,
input_date_str
)
raise
TypeError
(
"Parameter 15 is not string!"
,
input_date_str
)
else
:
else
:
...
...
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