|
Jpp
19.0.0
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 289 of file JAstronomy.hh.
|
inline |
|
inline |
Constructor.
| declination | declination |
| right_ascension | right ascension |
Definition at line 307 of file JAstronomy.hh.
|
inline |
Definition at line 313 of file JAstronomy.hh.
|
inline |
Definition at line 314 of file JAstronomy.hh.
|
inline |
Get declination in J2000.
| t1 | number of seconds since MJD |
Definition at line 321 of file JAstronomy.hh.
|
inline |
Get Right Ascension in J2000.
| t1 | number of seconds since MJD |
Definition at line 337 of file JAstronomy.hh.
|
protected |
Definition at line 349 of file JAstronomy.hh.
|
protected |
Definition at line 350 of file JAstronomy.hh.
1.8.5