FACT++  1.0
static void t_c2txy ( int *  status)
static

Definition at line 2632 of file t_erfa_c.c.

References eraC2txy(), and vvd().

Referenced by main().

2647 {
2648  double tta, ttb, uta, utb, x, y, xp, yp, rc2t[3][3];
2649 
2650 
2651  tta = 2400000.5;
2652  uta = 2400000.5;
2653  ttb = 53736.0;
2654  utb = 53736.0;
2655  x = 0.5791308486706011000e-3;
2656  y = 0.4020579816732961219e-4;
2657  xp = 2.55060238e-7;
2658  yp = 1.860359247e-6;
2659 
2660  eraC2txy(tta, ttb, uta, utb, x, y, xp, yp, rc2t);
2661 
2662  vvd(rc2t[0][0], -0.1810332128306279253, 1e-12,
2663  "eraC2txy", "11", status);
2664  vvd(rc2t[0][1], 0.9834769806938520084, 1e-12,
2665  "eraC2txy", "12", status);
2666  vvd(rc2t[0][2], 0.6555551248057665829e-4, 1e-12,
2667  "eraC2txy", "13", status);
2668 
2669  vvd(rc2t[1][0], -0.9834768134136142314, 1e-12,
2670  "eraC2txy", "21", status);
2671  vvd(rc2t[1][1], -0.1810332203649529312, 1e-12,
2672  "eraC2txy", "22", status);
2673  vvd(rc2t[1][2], 0.5749800843594139912e-3, 1e-12,
2674  "eraC2txy", "23", status);
2675 
2676  vvd(rc2t[2][0], 0.5773474028619264494e-3, 1e-12,
2677  "eraC2txy", "31", status);
2678  vvd(rc2t[2][1], 0.3961816546911624260e-4, 1e-12,
2679  "eraC2txy", "32", status);
2680  vvd(rc2t[2][2], 0.9999998325501746670, 1e-12,
2681  "eraC2txy", "33", status);
2682 
2683 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraC2txy(double tta, double ttb, double uta, double utb, double x, double y, double xp, double yp, double rc2t[3][3])
Definition: c2txy.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: