|
double | JASTRONOMY::sla_gmst_ (double &ut1) |
|
double | JASTRONOMY::sla_gmsta_ (double &ut1, double &part_day) |
|
double | JASTRONOMY::sla_eqeqx_ (double &ut1) |
|
void | JASTRONOMY::sla_de2h_ (double &hourangle, double &declination, double &observer_latitude, double &azimuth, double &elevation) |
|
void | JASTRONOMY::sla_dh2e_ (double &azimuth, double &elevation, double &observer_latitude, double &hourangle, double &declination) |
|
void | JASTRONOMY::sla_eqecl_ (double &rightascension, double &declination, double &time, double &ecliptic_longitude, double &ecliptic_latitude) |
|
void | JASTRONOMY::sla_ecleq_ (double &ecliptic_longitude, double &ecliptic_latitude, double &time, double &rightascension, double &declination) |
|
void | JASTRONOMY::sla_eqgal_ (double &rightascension, double &declination, double &galactic_longitude, double &galactic_latitude) |
|
void | JASTRONOMY::sla_galeq_ (double &galactic_longitude, double &galactic_latitude, double &rightascension, double &declination) |
|
void | JASTRONOMY::sla_galsup_ (double &galactic_longitude, double &galactic_latitude, double &sgalactic_longitude, double &sgalactic_latitude) |
|
void | JASTRONOMY::sla_supgal_ (double &sgalactic_longitude, double &sgalactic_latitude, double &galactic_longitude, double &galactic_latitude) |
|
void | JASTRONOMY::sla_caldj_ (int &year, int &month, int &day, double &mjd, int &status) |
|
void | JASTRONOMY::sla_clyd_ (int &year, int &month, int &day, int &nyears, int &ndays, int &status) |
|
void | JASTRONOMY::sla_djcal_ (int &precision, double &mjd, int result[4], int &status) |
|
void | JASTRONOMY::sla_dd2tf_ (int &ndec, double &day, char sign[1], int result[4]) |
|
double | JASTRONOMY::sla_dtt_ (double &ut1) |
|
void | JASTRONOMY::sla_rdplan_ (double &dtt, int &object, const double &longitude, const double &latitude, double &rightascension, double &declination, double &diam) |
|
void | JASTRONOMY::sla_preces_ (char *system, double &ep0, double &ep1, double &ra, double &dec, int length) |
|
double | JASTRONOMY::getRadians (const double angle) |
| Convert angle to radians. More...
|
|
double | JASTRONOMY::getRadians (const int angle, const int amin, const double asec) |
| Convert angle to radians. More...
|
|
double | JASTRONOMY::getHourAngle (const int hour, const int min, const double sec) |
| Convert hour angle to radians. More...
|
|
double | JASTRONOMY::getDot (const JNeutrinoDirection &first, const JNeutrinoDirection &second) |
| Dot product. More...
|
|
double | JASTRONOMY::getDot (const JSourceLocation &first, const JSourceLocation &second) |
| Dot product. More...
|
|
|
static const double | JASTRONOMY::MJD_EPOCH = 40587.0 |
|
static const double | JASTRONOMY::NUMBER_OF_SECONDS_PER_HOUR = 60.0 * 60.0 |
|
static const double | JASTRONOMY::NUMBER_OF_SECONDS_PER_DAY = NUMBER_OF_SECONDS_PER_HOUR * 24.0 |
|
static const double | JASTRONOMY::NUMBER_OF_SECONDS_PER_YEAR = NUMBER_OF_SECONDS_PER_DAY * 365.0 |
|
static const double | JASTRONOMY::NUMBER_OF_SECONDS_PER_SEDERIAL_DAY = NUMBER_OF_SECONDS_PER_HOUR * 23.9344696 |
|
static const JGeographicalLocation | JASTRONOMY::Antares (42, 48, 06, 10) |
|
static const JGeographicalLocation | JASTRONOMY::Sicily (36, 16, 16, 06) |
|
static const JGeographicalLocation | JASTRONOMY::Pylos (36, 33, 16, 06) |
|
static const JSourceLocation | JASTRONOMY::galacticCenter (-0.5062816, -1.633335) |
|
static const JSourceLocation | JASTRONOMY::RXJ1713 (getRadians(-39, -46, 0.0), getHourAngle(17, 13, 7)) |
|
static const JSourceLocation | JASTRONOMY::VELAX (getRadians(-45, -10, -35.2), getHourAngle(8, 35, 20.66)) |
|
Interface methods for slalib and auxiliary classes and methods for astronomy.
- Author
- mdejong
Definition in file JAstronomy.hh.