blob: 23d3442e5da7ce137448ac873ddec776c7d7d25a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
.help ds2c6 Jun99 "Slalib Package"
.nf
SUBROUTINE slDSC6 (A, B, R, AD, BD, RD, V)
- - - - - -
D S C 6
- - - - - -
Conversion of position & velocity in spherical coordinates
to Cartesian coordinates
(double precision)
Given:
A dp longitude (radians)
B dp latitude (radians)
R dp radial coordinate
AD dp longitude derivative (radians per unit time)
BD dp latitude derivative (radians per unit time)
RD dp radial derivative
Returned:
V dp(6) Cartesian position & velocity vector
P.T.Wallace Starlink 10 July 1993
Copyright (C) 1995 Rutherford Appleton Laboratory
Copyright (C) 1995 Association of Universities for Research in Astronomy Inc.
.fi
.endhelp
|