Home | History | Annotate | Download | only in i18n

Lines Matching refs:ascension

503     double H = getLocalSidereal()*CalendarAstronomer::PI/12 - equatorial.ascension;     // Hour-angle
794 // double lst1r = (CalendarAstronomer_PI2 + pos1.ascension - H) * 24 / CalendarAstronomer_PI2;
795 // double lst1s = (pos1.ascension + H) * 24 / CalendarAstronomer_PI2;
797 // double lst2r = (CalendarAstronomer_PI2-H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
798 // double lst2s = (H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
997 // // where "RA" is the object's Right Ascension (in degrees!). If negative,
1385 double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 / CalendarAstronomer_PI2;
1393 count, deltaT, angle, lst, pos.ascension, pos.declination));
1494 (ascension*RAD_DEG), (declination*RAD_DEG));