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

Definition at line 1230 of file palTest.c.

References palMap(), and vvd().

Referenced by main().

1230  {
1231  double ra, da;
1232  palMap ( 6.123, -0.999, 1.23e-5, -0.987e-5,
1233  0.123, 32.1, 1999, 43210.9, &ra, &da );
1234 
1235  /* These are the SLA tests but and they agree to 0.1 arcsec
1236  with PAL/SOFA/ERFA. We expect a slight difference from the change
1237  to nutation models. */
1238  vvd ( ra, 6.117130429775647, 1e-6, "palMap",
1239  "RA", status );
1240  vvd ( da, -1.000880769038632, 1e-8, "palMap",
1241  "DA", status );
1242 }
void palMap(double rm, double dm, double pr, double pd, double px, double rv, double eq, double date, double *ra, double *da)
Definition: palMap.c:116
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99

+ Here is the call graph for this function:

+ Here is the caller graph for this function: