public class Venus extends Object
| Constructor and Description |
|---|
Venus() |
| Modifier and Type | Method and Description |
|---|---|
static double |
ln_get_venus_disk(double JD)
Chapter 41
|
static double |
ln_get_venus_earth_dist(double JD)
double ln_get_venus_earth_dist(double JD); \param JD Julian day \brief
Calculate the distance between Venus and the Earth in AU \return Distance
in AU
Calculates the distance in AU between the Earth and Venus for the given
julian day.
|
static void |
ln_get_venus_equ_coords(double JD,
LnEquPosn position)
void ln_get_venus_equ_coords(double JD, LnEquPosn *position); \param JD
Julian Day \param position Pointer to store position
Calculates Venus's equatorial position for given julian day.
|
static void |
ln_get_venus_helio_coords(double JD,
LnHelioPosn position)
Chapter 31 Pg 206-207 Equ 31.1 31.2 , 31.3 using VSOP 87
|
static double |
ln_get_venus_magnitude(double JD)
double ln_get_venus_magnitude(double JD); \param JD Julian day \brief
Calculate the visible magnitude of Venus \return Visible magnitude of
venus
Calculate the visible magnitude of Venus for the given julian day.
|
static double |
ln_get_venus_phase(double JD)
Chapter 41
|
static void |
ln_get_venus_rect_helio(double JD,
LnRectPosn position)
void ln_get_venus_rect_helio(double JD, LnRectPosn *position) \param JD
Julian day.
|
static int |
ln_get_venus_rst(double JD,
LnLnlatPosn observer,
LnRstTime rst)
double ln_get_venus_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_venus_sdiam(double JD)
double ln_get_venus_sdiam(double JD) \param JD Julian day \return
Semidiameter in arc seconds
Calculate the semidiameter of Venus in arc seconds for the given julian
day.
|
static double |
ln_get_venus_solar_dist(double JD)
double ln_get_venus_solar_dist(double JD); \param JD Julian day \brief
Calculate the distance between Venus and the Sun in AU \return Distance
in AU
Calculates the distance in AU between the Sun and Venus for the given
julian day.
|
public static void ln_get_venus_equ_coords(double JD,
LnEquPosn position)
public static void ln_get_venus_helio_coords(double JD,
LnHelioPosn position)
public static double ln_get_venus_earth_dist(double JD)
public static double ln_get_venus_solar_dist(double JD)
public static double ln_get_venus_magnitude(double JD)
public static double ln_get_venus_disk(double JD)
public static double ln_get_venus_phase(double JD)
public static int ln_get_venus_rst(double JD,
LnLnlatPosn observer,
LnRstTime rst)
public static double ln_get_venus_sdiam(double JD)
public static void ln_get_venus_rect_helio(double JD,
LnRectPosn position)
Copyright © 2019. All rights reserved.