FACT++  1.0
void eraApcg13 ( double  date1,
double  date2,
eraASTROM astrom 
)

Definition at line 3 of file apcg13.c.

References eraApcg(), and eraEpv00().

Referenced by t_apcg13().

110 {
111  double ehpv[2][3], ebpv[2][3];
112 
113 /* Earth barycentric & heliocentric position/velocity (au, au/d). */
114  (void) eraEpv00(date1, date2, ehpv, ebpv);
115 
116 /* Compute the star-independent astrometry parameters. */
117  eraApcg(date1, date2, ebpv, ehpv[0], astrom);
118 
119 /* Finished. */
120 
121 }
void eraApcg(double date1, double date2, double ebpv[2][3], double ehp[3], eraASTROM *astrom)
Definition: apcg.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: