Jpp
18.5.2
the software that should make you happy
|
Location of astrophysical source. More...
#include <JAstronomy.hh>
Public Member Functions | |
JSourceLocation () | |
Default constructor. More... | |
JSourceLocation (const double declination, const double right_ascension) | |
Constructor. More... | |
const double & | getDeclination () const |
const double & | getRightAscension () const |
double | getDeclinationJ2000 (const double t1) const |
Get declination in J2000. More... | |
double | getRightAscensionJ2000 (const double t1) const |
Get Right Ascension in J2000. More... | |
Protected Attributes | |
double | __declination |
double | __right_ascension |
Location of astrophysical source.
Definition at line 287 of file JAstronomy.hh.
|
inline |
|
inline |
Constructor.
declination | declination |
right_ascension | right ascension |
Definition at line 305 of file JAstronomy.hh.
|
inline |
Definition at line 311 of file JAstronomy.hh.
|
inline |
Definition at line 312 of file JAstronomy.hh.
|
inline |
Get declination in J2000.
t1 | number of seconds since MJD |
Definition at line 319 of file JAstronomy.hh.
|
inline |
Get Right Ascension in J2000.
t1 | number of seconds since MJD |
Definition at line 335 of file JAstronomy.hh.
|
protected |
Definition at line 347 of file JAstronomy.hh.
|
protected |
Definition at line 348 of file JAstronomy.hh.