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
Liu Dezi
csst_msc_sim
Commits
14f5a535
Commit
14f5a535
authored
1 year ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
fix a type in Pointing.py: sun_z = float(columns[11])
parent
848d0846
sim_scheduler
current_stable_for_tests
develop
liudezi-develop-patch-58263
master
new_sim
internal_test_20240425
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ObservationSim/Config/Pointing.py
+1
-1
ObservationSim/Config/Pointing.py
with
1 addition
and
1 deletion
+1
-1
ObservationSim/Config/Pointing.py
+
1
-
1
View file @
14f5a535
...
@@ -59,7 +59,7 @@ class Pointing(object):
...
@@ -59,7 +59,7 @@ class Pointing(object):
self
.
sat_z
=
float
(
columns
[
8
])
self
.
sat_z
=
float
(
columns
[
8
])
self
.
sun_x
=
float
(
columns
[
9
])
self
.
sun_x
=
float
(
columns
[
9
])
self
.
sun_y
=
float
(
columns
[
10
])
self
.
sun_y
=
float
(
columns
[
10
])
self
.
sun_z
=
float
(
columns
[
1
])
self
.
sun_z
=
float
(
columns
[
1
1
])
self
.
sat_vx
=
float
(
columns
[
15
])
self
.
sat_vx
=
float
(
columns
[
15
])
self
.
sat_vy
=
float
(
columns
[
16
])
self
.
sat_vy
=
float
(
columns
[
16
])
self
.
sat_vz
=
float
(
columns
[
17
])
self
.
sat_vz
=
float
(
columns
[
17
])
...
...
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