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

Definition at line 8067 of file t_erfa_c.c.

References eraStarpv(), viv(), and vvd().

Referenced by main().

8082 {
8083  double ra, dec, pmr, pmd, px, rv, pv[2][3];
8084  int j;
8085 
8086 
8087  ra = 0.01686756;
8088  dec = -1.093989828;
8089  pmr = -1.78323516e-5;
8090  pmd = 2.336024047e-6;
8091  px = 0.74723;
8092  rv = -21.6;
8093 
8094  j = eraStarpv(ra, dec, pmr, pmd, px, rv, pv);
8095 
8096  vvd(pv[0][0], 126668.5912743160601, 1e-10,
8097  "eraStarpv", "11", status);
8098  vvd(pv[0][1], 2136.792716839935195, 1e-12,
8099  "eraStarpv", "12", status);
8100  vvd(pv[0][2], -245251.2339876830091, 1e-10,
8101  "eraStarpv", "13", status);
8102 
8103  vvd(pv[1][0], -0.4051854035740712739e-2, 1e-13,
8104  "eraStarpv", "21", status);
8105  vvd(pv[1][1], -0.6253919754866173866e-2, 1e-15,
8106  "eraStarpv", "22", status);
8107  vvd(pv[1][2], 0.1189353719774107189e-1, 1e-13,
8108  "eraStarpv", "23", status);
8109 
8110  viv(j, 0, "eraStarpv", "j", status);
8111 
8112 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraStarpv(double ra, double dec, double pmr, double pmd, double px, double rv, double pv[2][3])
Definition: starpv.c:3
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24

+ Here is the call graph for this function:

+ Here is the caller graph for this function: