FACT++  1.0
void eraApcs13 ( double  date1,
double  date2,
double  pv[2][3],
eraASTROM astrom 
)

Definition at line 3 of file apcs13.c.

References eraApcs(), and eraEpv00().

Referenced by t_apcs13().

117 {
118  double ehpv[2][3], ebpv[2][3];
119 
120 /* Earth barycentric & heliocentric position/velocity (au, au/d). */
121  (void) eraEpv00(date1, date2, ehpv, ebpv);
122 
123 /* Compute the star-independent astrometry parameters. */
124  eraApcs(date1, date2, pv, ebpv, ehpv[0], astrom);
125 
126 /* Finished. */
127 
128 }
void eraApcs(double date1, double date2, double pv[2][3], double ebpv[2][3], double ehp[3], eraASTROM *astrom)
Definition: apcs.c:3
int eraEpv00(double date1, double date2, double pvh[2][3], double pvb[2][3])
Definition: epv00.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: