public class Pluto extends Object
| Constructor and Description |
|---|
Pluto() |
| Modifier and Type | Method and Description |
|---|---|
static double |
ln_get_pluto_disk(double JD)
Chapter 41
|
static double |
ln_get_pluto_earth_dist(double JD)
double ln_get_pluto_earth_dist(double JD); \param JD Julian day \return
Distance in AU
Calculates the distance in AU between the Earth and Pluto for the given
julian day.
|
static void |
ln_get_pluto_equ_coords(double JD,
LnEquPosn position)
void ln_get_pluto_equ_coords(double JD, LnEquPosn position); \param JD
julian Day \param position Pointer to store position
Calculates Pluto's equatorial position for the given julian day.
|
static void |
ln_get_pluto_helio_coords(double JD,
LnHelioPosn position)
Chap 37.
|
static double |
ln_get_pluto_magnitude(double JD)
double ln_get_pluto_magnitude(double JD); \param JD Julian day \return
Visible magnitude of Pluto
Calculate the visible magnitude of Pluto for the given julian day.
|
static double |
ln_get_pluto_phase(double JD)
Chapter 41
|
static void |
ln_get_pluto_rect_helio(double JD,
LnRectPosn position)
void ln_get_pluto_rect_helio(double JD, LnRectPosn position) \param JD
Julian day.
|
static int |
ln_get_pluto_rst(double JD,
LnLnlatPosn observer,
LnRstTime rst)
double ln_get_pluto_rst(double JD, LnLnlatPosn observer, LnRstTime rst);
\param JD Julian day \param observer Observers position \param rst
Pointer to store Rise, Set and Transit time in JD \return 0 for success,
else 1 for circumpolar.
|
static double |
ln_get_pluto_sdiam(double JD)
double ln_get_pluto_sdiam(double JD) \param JD Julian day \return
Semidiameter in arc seconds
Calculate the semidiameter of Pluto in arc seconds for the given julian
day.
|
static double |
ln_get_pluto_solar_dist(double JD)
double ln_get_pluto_solar_dist(double JD); \param JD Julian day \return
Distance in AU
Calculates the distance in AU between the Sun and Pluto for the given
julian day.
|
public static void ln_get_pluto_equ_coords(double JD,
LnEquPosn position)
public static void ln_get_pluto_helio_coords(double JD,
LnHelioPosn position)
public static double ln_get_pluto_earth_dist(double JD)
public static double ln_get_pluto_solar_dist(double JD)
public static double ln_get_pluto_magnitude(double JD)
public static double ln_get_pluto_disk(double JD)
public static double ln_get_pluto_phase(double JD)
public static int ln_get_pluto_rst(double JD,
LnLnlatPosn observer,
LnRstTime rst)
public static double ln_get_pluto_sdiam(double JD)
public static void ln_get_pluto_rect_helio(double JD,
LnRectPosn position)
Copyright © 2019. All rights reserved.