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

Definition at line 3 of file c2i00b.c.

References eraC2ibpn(), and eraPnm00b().

Referenced by eraC2t00b(), and t_c2i00b().

74 {
75  double rbpn[3][3];
76 
77 /* Obtain the celestial-to-true matrix (IAU 2000B). */
78  eraPnm00b(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 eraPnm00b(double date1, double date2, double rbpn[3][3])
Definition: pnm00b.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: