FACT++  1.0
void eraApci ( double  date1,
double  date2,
double  ebpv[2][3],
double  ehp[3],
double  x,
double  y,
double  s,
eraASTROM astrom 
)

Definition at line 3 of file apci.c.

References eraASTROM::bpn, eraApcg(), and eraC2ixys().

Referenced by eraApci13(), and t_apci().

118 {
119 
120 /* Star-independent astrometry parameters for geocenter. */
121  eraApcg(date1, date2, ebpv, ehp, astrom);
122 
123 /* CIO based BPN matrix. */
124  eraC2ixys(x, y, s, astrom->bpn);
125 
126 /* Finished. */
127 
128 }
void eraApcg(double date1, double date2, double ebpv[2][3], double ehp[3], eraASTROM *astrom)
Definition: apcg.c:3
void eraC2ixys(double x, double y, double s, double rc2i[3][3])
Definition: c2ixys.c:3
double bpn[3][3]
Definition: erfam.h:23

+ Here is the call graph for this function:

+ Here is the caller graph for this function: