@@ -236,7 +236,7 @@ enum novas_reference_system {
236
236
enum novas_equator_type {
237
237
NOVAS_MEAN_EQUATOR = 0 , ///< Mean equator without nutation (pre IAU 2006 system).
238
238
NOVAS_TRUE_EQUATOR , ///< True equator (pre IAU 2006 system).
239
- NOVAS_ICRS_EQUATOR ///< International Celestiual Reference system (ICRS). The equatorial system fixed to the frame of distant quasars .
239
+ NOVAS_GCRS_EQUATOR ///< Geocentric Celestial Reference system (GCRS) .
240
240
};
241
241
242
242
/**
@@ -390,8 +390,8 @@ enum novas_wobble_direction {
390
390
* @sa TIE_J2000_TO_ICRS
391
391
*/
392
392
enum novas_frametie_direction {
393
- TIE_ICRS_TO_J2000 = -1 , ///< Change coordinates from ICRS to the J2000 (dynamical) frame. (You can also use any negative value for the same effect).
394
- TIE_J2000_TO_ICRS ///< Change coordinates from J2000 (dynamical) frame to the ICRS. (You can use any value >=0 for the same effect).
393
+ TIE_J2000_TO_ICRS = -1 , ///< Change coordinates from ICRS to the J2000 (dynamical) frame. (You can also use any negative value for the same effect).
394
+ TIE_ICRS_TO_J2000 ///< Change coordinates from J2000 (dynamical) frame to the ICRS. (You can use any value >=0 for the same effect).
395
395
};
396
396
397
397
/**
@@ -786,6 +786,9 @@ int tod_to_j2000(double jd_tt, enum novas_accuracy accuracy, const double *in, d
786
786
int cirs_to_hor (double jd_ut1 , double ut1_to_tt , enum novas_accuracy accuracy , double xp , double yp , const on_surface * location , double ra ,
787
787
double dec , double * zd , double * az );
788
788
789
+ int tod_to_hor (double jd_ut1 , double ut1_to_tt , enum novas_accuracy accuracy , double xp , double yp , const on_surface * location , double ra ,
790
+ double dec , double * zd , double * az );
791
+
789
792
#include "solarsystem.h"
790
793
791
794
#endif /* _NOVAS_ */
0 commit comments