FACT++  1.0
void eraApcg ( double  date1,
double  date2,
double  ebpv[2][3],
double  ehp[3],
eraASTROM astrom 
)

Definition at line 3 of file apcg.c.

References eraApcs().

Referenced by eraApcg13(), eraApci(), and t_apcg().

108 {
109 /* Geocentric observer */
110  double pv[2][3] = { { 0.0, 0.0, 0.0 },
111  { 0.0, 0.0, 0.0 } };
112 
113 /* Compute the star-independent astrometry parameters. */
114  eraApcs(date1, date2, pv, ebpv, ehp, astrom);
115 
116 /* Finished. */
117 
118 }
void eraApcs(double date1, double date2, double pv[2][3], double ebpv[2][3], double ehp[3], eraASTROM *astrom)
Definition: apcs.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: