blob: 607d73a57a2890eaa84ff5d0774ae3d3592e0825 (
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
|
.help pvobs Jun99 "Slalib Package"
.nf
SUBROUTINE slPVOB (P, H, STL, PV)
- - - - - -
P V O B
- - - - - -
Position and velocity of an observing station (double precision)
Given:
P dp latitude (geodetic, radians)
H dp height above reference spheroid (geodetic, metres)
STL dp local apparent sidereal time (radians)
Returned:
PV dp(6) position/velocity 6-vector (AU, AU/s, true equator
and equinox of date)
Called: slGEOC
IAU 1976 constants are used.
P.T.Wallace Starlink 14 November 1994
Copyright (C) 1995 Rutherford Appleton Laboratory
Copyright (C) 1995 Association of Universities for Research in Astronomy Inc.
.fi
.endhelp
|