FACT++  1.0
void eraPom00 ( double  xp,
double  yp,
double  sp,
double  rpom[3][3] 
)

Definition at line 3 of file pom00.c.

References eraIr(), eraRx(), eraRy(), and eraRz().

Referenced by eraC2t00a(), eraC2t00b(), eraC2t06a(), eraC2tpe(), eraC2txy(), eraPvtob(), and t_pom00().

52 {
53 
54 /* Construct the matrix. */
55  eraIr(rpom);
56  eraRz(sp, rpom);
57  eraRy(-xp, rpom);
58  eraRx(-yp, rpom);
59 
60  return;
61 
62 }
void eraRx(double phi, double r[3][3])
Definition: rx.c:3
void eraIr(double r[3][3])
Definition: ir.c:3
void eraRy(double theta, double r[3][3])
Definition: ry.c:3
void eraRz(double psi, double r[3][3])
Definition: rz.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: