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

Definition at line 7857 of file t_erfa_c.c.

References eraS2pv(), and vvd().

Referenced by main().

7872 {
7873  double pv[2][3];
7874 
7875 
7876  eraS2pv(-3.21, 0.123, 0.456, -7.8e-6, 9.01e-6, -1.23e-5, pv);
7877 
7878  vvd(pv[0][0], -0.4514964673880165228, 1e-12, "eraS2pv", "x", status);
7879  vvd(pv[0][1], 0.0309339427734258688, 1e-12, "eraS2pv", "y", status);
7880  vvd(pv[0][2], 0.0559466810510877933, 1e-12, "eraS2pv", "z", status);
7881 
7882  vvd(pv[1][0], 0.1292270850663260170e-4, 1e-16,
7883  "eraS2pv", "vx", status);
7884  vvd(pv[1][1], 0.2652814182060691422e-5, 1e-16,
7885  "eraS2pv", "vy", status);
7886  vvd(pv[1][2], 0.2568431853930292259e-5, 1e-16,
7887  "eraS2pv", "vz", status);
7888 
7889 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraS2pv(double theta, double phi, double r, double td, double pd, double rd, double pv[2][3])
Definition: s2pv.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: