Changeset 1720 in Sophya
- Timestamp:
- Oct 23, 2001, 12:28:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/xastropack.h
r1682 r1720 114 114 // ------------------- Calculs Divers ------------------- 115 115 void Precess(double mjd1,double mjd2,double ra1,double dec1,double *ra2,double *dec2); 116 inline void PrecessInPlace(double mjd1,double mjd2,double* ra,double* dec) { 117 double ra1=*ra, dec1=*dec; 118 Precess(mjd1,mjd2,ra1,dec1,ra,dec); 119 } 116 120 double AirmassfrAlt(double alt); 117 121 double HelioCorr(double jd,double ra,double dec); … … 119 123 // ------------------- Transformation de coordonnees ------------------- 120 124 /*! \ingroup XAstroPack 121 \brief Give the hour angle from local sideral time and right ascen cion125 \brief Give the hour angle from local sideral time and right ascension 122 126 \warning right ascencion should be first precessed to date of interest 123 127 \warning no nutation or obliquity correction are done.
Note:
See TracChangeset
for help on using the changeset viewer.