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
Liu Dezi
csst_msc_sim
Commits
9290ed62
Commit
9290ed62
authored
Jan 07, 2024
by
Fang Yuedong
Browse files
correct typo in Pointing.py
parent
db89cd75
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
9290ed62
build/*
CSSTSim.egg-info/*
dist/*
*.pyc
*.so
*disperse.c
*interp.c
!*libshao.so
\ No newline at end of file
ObservationSim/Config/Pointing.py
View file @
9290ed62
...
...
@@ -33,7 +33,7 @@ class Pointing(object):
self
.
sat_z
=
float
(
columns
[
8
])
self
.
sun_x
=
float
(
columns
[
9
])
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_vy
=
float
(
columns
[
16
])
self
.
sat_vz
=
float
(
columns
[
17
])
...
...
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