libnova
v 0.16.0
|
Functions | |
double | ln_get_jupiter_equ_sdiam (double JD) |
Calculate the equatorial semidiameter of Jupiter in arc seconds. More... | |
double | ln_get_jupiter_pol_sdiam (double JD) |
Calculate the polar semidiameter of Jupiter in arc seconds. More... | |
int | ln_get_jupiter_rst (double JD, struct ln_lnlat_posn *observer, struct ln_rst_time *rst) |
Calculate the time of rise, set and transit for Jupiter. More... | |
void | ln_get_jupiter_helio_coords (double JD, struct ln_helio_posn *position) |
Calculate Jupiter's heliocentric coordinates. More... | |
void | ln_get_jupiter_equ_coords (double JD, struct ln_equ_posn *position) |
Calculate Jupiter's equatorial coordinates. More... | |
double | ln_get_jupiter_earth_dist (double JD) |
Calculate the distance between Jupiter and the Earth in AU. More... | |
double | ln_get_jupiter_solar_dist (double JD) |
Calculate the distance between Jupiter and the Sun in AU. More... | |
double | ln_get_jupiter_magnitude (double JD) |
Calculate the visible magnitude of Jupiter. More... | |
double | ln_get_jupiter_disk (double JD) |
Calculate the illuminated fraction of Jupiter's disk. More... | |
double | ln_get_jupiter_phase (double JD) |
Calculate the phase angle of Jupiter. More... | |
void | ln_get_jupiter_rect_helio (double JD, struct ln_rect_posn *position) |
Calculate Jupiters rectangular heliocentric coordinates. More... | |
Functions relating to the planet Jupiter.
All angles are expressed in degrees.
double ln_get_jupiter_disk | ( | double | JD | ) |
Calculate the illuminated fraction of Jupiter's disk.
JD | Julian day. |
Calculate the illuminated fraction of Jupiter's disk for the given Julian day.
References ln_get_earth_solar_dist(), ln_get_jupiter_earth_dist(), ln_get_jupiter_solar_dist(), and ln_helio_posn::R.
double ln_get_jupiter_earth_dist | ( | double | JD | ) |
Calculate the distance between Jupiter and the Earth in AU.
Calculate the distance between Jupiter and the Earth.
JD | Julian day. |
Calculates the distance in AU between the Earth and Jupiter for the given julian day.
References ln_get_earth_helio_coords(), ln_get_jupiter_helio_coords(), ln_get_rect_from_helio(), ln_rect_posn::X, ln_rect_posn::Y, and ln_rect_posn::Z.
Referenced by ln_get_jupiter_disk(), ln_get_jupiter_equ_sdiam(), ln_get_jupiter_magnitude(), ln_get_jupiter_phase(), and ln_get_jupiter_pol_sdiam().
void ln_get_jupiter_equ_coords | ( | double | JD, |
struct ln_equ_posn * | position | ||
) |
Calculate Jupiter's equatorial coordinates.
JD | julian Day |
position | Pointer to store position |
Calculates Jupiter's equatorial position for given julian day. This function includes calculations for planetary aberration and refers to the FK5 reference frame.
To get the complete equatorial coordinates, corrections for nutation have to be applied.
The position returned is accurate to within 0.1 arcsecs.
References ln_equ_posn::dec, ln_get_jupiter_helio_coords(), ln_get_rect_from_helio(), ln_get_solar_geom_coords(), ln_rad_to_deg(), ln_range_degrees(), ln_equ_posn::ra, ln_rect_posn::X, ln_rect_posn::Y, and ln_rect_posn::Z.
Referenced by ln_get_jupiter_rst().
double ln_get_jupiter_equ_sdiam | ( | double | JD | ) |
Calculate the equatorial semidiameter of Jupiter in arc seconds.
JD | Julian day |
Calculate the equatorial semidiameter of Jupiter in arc seconds for the given julian day.
References ln_get_jupiter_earth_dist().
void ln_get_jupiter_helio_coords | ( | double | JD, |
struct ln_helio_posn * | position | ||
) |
Calculate Jupiter's heliocentric coordinates.
JD | Julian Day |
position | Pointer to store heliocentric position |
Calculate Jupiters heliocentric (refered to the centre of the Sun) coordinates in the FK5 reference frame for the given julian day. Longitude and Latitude are in degrees, whilst radius vector is in AU.
References ln_helio_posn::B, ln_helio_posn::L, ln_rad_to_deg(), ln_range_degrees(), ln_vsop87_to_fk5(), and ln_helio_posn::R.
Referenced by ln_get_jupiter_earth_dist(), ln_get_jupiter_equ_coords(), ln_get_jupiter_rect_helio(), and ln_get_jupiter_solar_dist().
double ln_get_jupiter_magnitude | ( | double | JD | ) |
Calculate the visible magnitude of Jupiter.
JD | Julian day |
Calculate the visible magnitude of jupiter for the given julian day.
References ln_get_jupiter_earth_dist(), ln_get_jupiter_phase(), and ln_get_jupiter_solar_dist().
double ln_get_jupiter_phase | ( | double | JD | ) |
Calculate the phase angle of Jupiter.
JD | Julian Day |
Calculates the phase angle of Jupiter, that is, the angle Sun - Jupiter - Earth for the given Julian day.
References ln_get_earth_solar_dist(), ln_get_jupiter_earth_dist(), ln_get_jupiter_solar_dist(), ln_rad_to_deg(), and ln_helio_posn::R.
Referenced by ln_get_jupiter_magnitude().
double ln_get_jupiter_pol_sdiam | ( | double | JD | ) |
Calculate the polar semidiameter of Jupiter in arc seconds.
JD | Julian day |
Calculate the polar semidiameter of Jupiter in arc seconds for the given julian day.
References ln_get_jupiter_earth_dist().
void ln_get_jupiter_rect_helio | ( | double | JD, |
struct ln_rect_posn * | position | ||
) |
Calculate Jupiters rectangular heliocentric coordinates.
JD | Julian day. |
position | pointer to return position |
Calculate Jupiters rectangular heliocentric coordinates for the given Julian day. Coordinates are in AU.
References ln_get_jupiter_helio_coords(), and ln_get_rect_from_helio().
double ln_get_jupiter_rst | ( | double | JD, |
struct ln_lnlat_posn * | observer, | ||
struct ln_rst_time * | rst | ||
) |
Calculate the time of rise, set and transit for Jupiter.
JD | Julian day |
observer | Observers position |
rst | Pointer to store Rise, Set and Transit time in JD |
Calculate the time the rise, set and transit (crosses the local meridian at upper culmination) time of Jupiter for the given Julian day.
Note: this functions returns 1 if Jupiter is circumpolar, that is it remains the whole day either above or below the horizon.
References ln_get_body_rst_horizon(), and ln_get_jupiter_equ_coords().
double ln_get_jupiter_solar_dist | ( | double | JD | ) |
Calculate the distance between Jupiter and the Sun in AU.
Calculate the distance between Jupiter and the Sun.
JD | Julian day. |
Calculates the distance in AU between the Sun and Jupiter for the given julian day.
References ln_get_jupiter_helio_coords(), and ln_helio_posn::R.
Referenced by ln_get_jupiter_disk(), ln_get_jupiter_magnitude(), and ln_get_jupiter_phase().