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
44e9fa5e
Commit
44e9fa5e
authored
Dec 26, 2021
by
Fang Yuedong
Browse files
modified some default values in Pointing.py
parent
4c04ca70
Changes
1
Hide whitespace changes
Inline
Side-by-side
ObservationSim/Config/Pointing.py
View file @
44e9fa5e
...
...
@@ -3,7 +3,7 @@ import galsim
from
astropy.time
import
Time
class
Pointing
(
object
):
def
__init__
(
self
,
id
=
0
,
ra
=
0.
,
dec
=
0.
,
img_pa
=
0.
,
timestamp
=
1621915200
,
sat_x
=
0.
,
sat_y
=
0
,
sat_z
=
0
,
sat_vx
=
0
,
sat_vy
=
0
,
sat_vz
=
0
,
exp_time
=
150.
,
pointing_type
=
'MS'
):
def
__init__
(
self
,
id
=
0
,
ra
=
0.
,
dec
=
0.
,
img_pa
=
0.
,
timestamp
=
1621915200
,
sat_x
=
0.
,
sat_y
=
0
.
,
sat_z
=
0
.
,
sat_vx
=
0
.
,
sat_vy
=
0
.
,
sat_vz
=
0
.
,
exp_time
=
150.
,
pointing_type
=
'MS'
):
self
.
id
=
id
self
.
ra
=
ra
self
.
dec
=
dec
...
...
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