FACT++  1.0
void eraC2i00a ( double  date1,
double  date2,
double  rc2i[3][3] 
)

Definition at line 3 of file c2i00a.c.

References eraC2ibpn(), and eraPnm00a().

Referenced by eraC2t00a(), and t_c2i00a().

74 {
75  double rbpn[3][3];
76 
77 /* Obtain the celestial-to-true matrix (IAU 2000A). */
78  eraPnm00a(date1, date2, rbpn);
79 
80 /* Form the celestial-to-intermediate matrix. */
81  eraC2ibpn(date1, date2, rbpn, rc2i);
82 
83  return;
84 
85 }
void eraC2ibpn(double date1, double date2, double rbpn[3][3], double rc2i[3][3])
Definition: c2ibpn.c:3
void eraPnm00a(double date1, double date2, double rbpn[3][3])
Definition: pnm00a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: