| Package | Description |
|---|---|
| de.kah2.zodiac.nova4jmt |
| Modifier and Type | Method and Description |
|---|---|
static int |
RiseSet.ln_get_body_next_rst_horizon_future(double JD,
LnLnlatPosn observer,
IGetEquBodyCoords get_equ_body_coords,
double horizon,
int day_limit,
LnRstTime rst)
int ln_get_body_next_rst_horizon_future(double JD, LnLnlatPosn observer,
void (*get_equ_body_coords) (double,LnEquPosn ), double horizon, int
day_limit, LnRstTime rst); \param JD Julian day \param observer Observers
position \param get_equ_body_coords Pointer to get_equ_body_coords()
function \param horizon Horizon, see LN_XXX_HORIZON constants \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, 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 the body for the given Julian day
and given horizon.
|
static int |
RiseSet.ln_get_body_next_rst_horizon(double JD,
LnLnlatPosn observer,
IGetEquBodyCoords get_equ_body_coords,
double horizon,
LnRstTime rst)
int ln_get_body_next_rst_horizon(double JD, LnLnlatPosn observer,
LnEquPosn object, double horizon, LnRstTime rst); \param JD Julian day
\param observer Observers position \param get_equ_body_coords Pointer to
get_equ_body_coords() function \param horizon Horizon, see LN_XXX_HORIZON
constants \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 of next rise, set and transit (crosses the local
meridian at upper culmination) time of the body for the given Julian day
and given horizon.
|
static int |
RiseSet.ln_get_body_rst_horizon_offset(double JD,
LnLnlatPosn observer,
IGetEquBodyCoords get_equ_body_coords,
double horizon,
LnRstTime rst,
double ut_offset) |
static int |
RiseSet.ln_get_body_rst_horizon(double JD,
LnLnlatPosn observer,
IGetEquBodyCoords get_equ_body_coords,
double horizon,
LnRstTime rst)
int ln_get_body_rst_horizon(double JD, LnLnlatPosn observer, void
(*get_equ_body_coords) (double, LnEquPosn ), double horizon, LnRstTime
rst); \param JD Julian day \param observer Observers position \param
get_equ_body_coords Pointer to get_equ_body_coords() function \param
horizon Horizon, see LN_XXX_HORIZON constants \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 the body for the given Julian day and given
horizon.
|
Copyright © 2019. All rights reserved.