| Package | Description |
|---|---|
| de.kah2.zodiac.nova4jmt | |
| de.kah2.zodiac.nova4jmt.solarsystem |
| Modifier and Type | Method and Description |
|---|---|
static double |
ParabolicMotion.ln_get_par_body_earth_dist(double JD,
LnParOrbit orbit)
double ln_get_par_body_earth_dist(double JD, LnParOrbit orbit) \param JD
Julian day.
|
static double |
ParabolicMotion.ln_get_par_body_elong(double JD,
LnParOrbit orbit)
double ln_get_par_body_elong(double JD, LnParOrbit orbit); \param JD
Julian day \param orbit Orbital parameters \return Elongation to the Sun.
|
static void |
ParabolicMotion.ln_get_par_body_equ_coords(double JD,
LnParOrbit orbit,
LnEquPosn posn)
void ln_get_par_body_equ_coords(double JD, LnParOrbit orbit, LnEquPosn
posn) \param JD Julian Day.
|
static int |
ParabolicMotion.ln_get_par_body_next_rst_horizon_future(double JD,
LnLnlatPosn observer,
LnParOrbit orbit,
double horizon,
int day_limit,
LnRstTime rst)
double ln_get_par_body_next_rst_horizon_future(double JD, LnLnlatPosn
observer, LnParOrbit orbit, double horizon, int day_limit, LnRstTime
rst); \param JD Julian day \param observer Observers position \param
orbit Orbital parameters \param horizon Horizon height \param day_limit
Maximal number of days that will be searched for next rise and set \param
rst Pointer to store Rise, Set and Transit time in JD \return 0 for
success, else 1 for circumpolar (above the horizon), -1 for circumpolar
(bellow the horizon)
Calculate the time of next rise, set and transit (crosses the local
meridian at upper culmination) time of a body with an parabolic orbit for
the given Julian day.
|
static int |
ParabolicMotion.ln_get_par_body_next_rst_horizon(double JD,
LnLnlatPosn observer,
LnParOrbit orbit,
double horizon,
LnRstTime rst)
double ln_get_par_body_next_rst_horizon(double JD, LnLnlatPosn observer,
LnParOrbit orbit, double horizon, LnRstTime rst); \param JD Julian day
\param observer Observers position \param orbit Orbital parameters \param
horizon Horizon height \param rst Pointer to store Rise, Set and Transit
time in JD \return 0 for success, else 1 for circumpolar (above the
horizon), -1 for circumpolar (bellow the horizon)
Calculate the time of next rise, set and transit (crosses the local
meridian at upper culmination) time of a body with an parabolic orbit for
the given Julian day.
|
static int |
ParabolicMotion.ln_get_par_body_next_rst(double JD,
LnLnlatPosn observer,
LnParOrbit orbit,
LnRstTime rst)
double ln_get_par_body_next_rst(double JD, LnLnlatPosn observer,
LnParOrbit orbit, LnRstTime rst); \param JD Julian day \param observer
Observers position \param orbit Orbital parameters \param rst Pointer to
store Rise, Set and Transit time in JD \return 0 for success, else 1 for
circumpolar (above the horizon), -1 for circumpolar (bellow the horizon)
Calculate the time of next rise, set and transit (crosses the local
meridian at upper culmination) time of a body with an parabolic orbit for
the given Julian day.
|
static double |
ParabolicMotion.ln_get_par_body_phase_angle(double JD,
LnParOrbit orbit)
double ln_get_par_body_phase_angle(double JD, LnParOrbit orbit); \param
JD Julian day \param orbit Orbital parameters \return Phase angle.
|
static int |
ParabolicMotion.ln_get_par_body_rst_horizon(double JD,
LnLnlatPosn observer,
LnParOrbit orbit,
double horizon,
LnRstTime rst)
double ln_get_par_body_rst_horizon(double JD, LnLnlatPosn observer,
LnParOrbit orbit, double horizon, LnRstTime rst); \param JD Julian day
\param observer Observers position \param orbit Orbital parameters \param
horizon Horizon height \param rst Pointer to store Rise, Set and Transit
time in JD \return 0 for success, else 1 for circumpolar.
|
static int |
ParabolicMotion.ln_get_par_body_rst(double JD,
LnLnlatPosn observer,
LnParOrbit orbit,
LnRstTime rst)
double ln_get_par_body_rst(double JD, LnLnlatPosn observer, LnParOrbit
orbit, LnRstTime rst); \param JD Julian day \param observer Observers
position \param orbit Orbital parameters \param rst Pointer to store
Rise, Set and Transit time in JD \return 0 for success, 1 for circumpolar
(above the horizon), -1 for circumpolar (bellow the horizon)
Calculate the time the rise, set and transit (crosses the local meridian
at upper culmination) time of a body with a parabolic orbit for the given
Julian day.
|
static double |
ParabolicMotion.ln_get_par_body_solar_dist(double JD,
LnParOrbit orbit)
double ln_get_par_body_solar_dist(double JD, LnParOrbit orbit) \param JD
Julian Day.
|
static void |
ParabolicMotion.ln_get_par_geo_rect_posn(LnParOrbit orbit,
double JD,
LnRectPosn posn)
void ln_get_par_geo_rect_posn(LnParOrbit orbit, double JD, LnRectPosn
posn); \param orbit Orbital parameters of object.
|
static void |
ParabolicMotion.ln_get_par_helio_rect_posn(LnParOrbit orbit,
double JD,
LnRectPosn posn)
void ln_get_par_helio_rect_posn(LnParOrbit orbit, double JD, LnRectPosn
posn); \param orbit Orbital parameters of object.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
Comet.ln_get_par_comet_mag(double JD,
LnParOrbit orbit,
double g,
double k)
double ln_get_par_comet_mag(double JD, LnParOrbit orbit, double g, double
k) \param JD Julian day.
|
Copyright © 2019. All rights reserved.