FACT++  1.0
void eraBi00 ( double *  dpsibi,
double *  depsbi,
double *  dra 
)

Definition at line 3 of file bi00.c.

References ERFA_DAS2R.

Referenced by eraBp00(), and t_bi00().

47 {
48 /* The frame bias corrections in longitude and obliquity */
49  const double DPBIAS = -0.041775 * ERFA_DAS2R,
50  DEBIAS = -0.0068192 * ERFA_DAS2R;
51 
52 /* The ICRS RA of the J2000.0 equinox (Chapront et al., 2002) */
53  const double DRA0 = -0.0146 * ERFA_DAS2R;
54 
55 /* Return the results (which are fixed). */
56  *dpsibi = DPBIAS;
57  *depsbi = DEBIAS;
58  *dra = DRA0;
59 
60  return;
61 
62 }
#define ERFA_DAS2R
Definition: erfam.h:60

+ Here is the caller graph for this function: