FACT++  1.0
void eraAtic13 ( double  ri,
double  di,
double  date1,
double  date2,
double *  rc,
double *  dc,
double *  eo 
)

Definition at line 3 of file atic13.c.

References eraApci13(), and eraAticq().

Referenced by t_atic13().

77 {
78 /* Star-independent astrometry parameters */
79  eraASTROM astrom;
80 
81 /* Star-independent astrometry parameters. */
82  eraApci13(date1, date2, &astrom, eo);
83 
84 /* CIRS to ICRS astrometric. */
85  eraAticq(ri, di, &astrom, rc, dc);
86 
87 /* Finished. */
88 
89 }
void eraApci13(double date1, double date2, eraASTROM *astrom, double *eo)
Definition: apci13.c:3
void eraAticq(double ri, double di, eraASTROM *astrom, double *rc, double *dc)
Definition: aticq.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: