CAANearParabolic_Calculate: CAANearParabolic_Calculate

Description Usage Arguments Value Author(s) References Examples

View source: R/CAANearParabolic_Calculate.R

Description

CAANearParabolic_Calculate

Usage

1
CAANearParabolic_Calculate(JD, elements_q, elements_i, elements_w, elements_omega, elements_JDEquinox, elements_T, elements_e)

Arguments

JD

JD The date in Dynamical time to calculate for.

elements_q

q The perihelion distance in astronomical units.

elements_i

i The inclination of the plane of the orbit in degrees.

elements_w

w The argument of the perihelion in degrees.

elements_omega

omega The longitude of the ascending node in degrees.

elements_JDEquinox

JDEquinox The Julian Date for which equatorial coordinates should be calculated for.

elements_T

T The Julian date of the time of passage in perihelion.

elements_e

e Eccentricity of the orbit

Value

A class containing

HeliocentricRectangularEquatorial 3D rectangular heliocentric equatorial coordinates of the object.

HeliocentricRectangularEcliptical 3D rectangular heliocentric ecliptical coordinates of the object.

HeliocentricEclipticLongitude The heliocentric ecliptical longitude in degrees of the object.

HeliocentricEclipticLatitude The heliocentric ecliptical latitude in degrees of the object.

TrueGeocentricRA The geocentric right ascension of the object as an hour angle (i.e. without light time correction applied).

TrueGeocentricDeclination The geocentric declination of the object in degrees (i.e. without light time correction applied).

TrueGeocentricDistance The true distance in astronomical units between the Earth and the object.

TrueGeocentricLightTime The light travel time in days from the Earth to the object.

AstrometricGeocentricRA The geocentric right ascension of the object as an hour angle (i.e. with light time correction applied)

AstrometricGeocentricDeclination The geocentric declination of the object in degrees (i.e. with light time correction applied)

AstrometricGeocentricDistance The observed distance of the object in astronomical units.

AstrometricGeocentricLightTime The observed light travel time of the object in days.

Elongation The elongation of the object to the Sun in degrees.

PhaseAngle The phase angle (the angle Sun - object - Earth) in degrees.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
2
3
4
CAANearParabolic_Calculate(JD  =  2456597.5, 
elements_q = 12, elements_i = 11.22, elements_w = 311.21,   
elements_omega = 15.9, elements_JDEquinox = 2451545.0, 
elements_T = 2456537.5, elements_e = 0.98)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.