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

Definition at line 1153 of file t_erfa_c.c.

References eraApci13(), eraAtciq(), and vvd().

Referenced by main().

1168 {
1169  double date1, date2, eo, rc, dc, pr, pd, px, rv, ri, di;
1170  eraASTROM astrom;
1171 
1172  date1 = 2456165.5;
1173  date2 = 0.401182685;
1174  eraApci13(date1, date2, &astrom, &eo);
1175  rc = 2.71;
1176  dc = 0.174;
1177  pr = 1e-5;
1178  pd = 5e-6;
1179  px = 0.1;
1180  rv = 55.0;
1181 
1182  eraAtciq(rc, dc, pr, pd, px, rv, &astrom, &ri, &di);
1183 
1184  vvd(ri, 2.710121572969038991, 1e-12, "eraAtciq", "ri", status);
1185  vvd(di, 0.1729371367218230438, 1e-12, "eraAtciq", "di", status);
1186 
1187 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraAtciq(double rc, double dc, double pr, double pd, double px, double rv, eraASTROM *astrom, double *ri, double *di)
Definition: atciq.c:3
void eraApci13(double date1, double date2, eraASTROM *astrom, double *eo)
Definition: apci13.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: