Description Usage Arguments Value Author(s) References Examples
View source: R/CAABinaryStar_Calculate.R
CAABinaryStar_Calculate
1 | CAABinaryStar_Calculate(t, P, T, e, a, i, omega, w)
|
t |
t The time given in years and decimals to perform the calculation for |
P |
P The period of revolution expressed in mean solar years. |
T |
T The time of periastron passage given in years and decimals. |
e |
e Eccentricity of the true orbit. |
a |
a The semi major axis expressed in seconds of a degree. |
i |
i The inclination of the plane of the true orbit in degrees to the plane at right angles to the line of sight. |
omega |
omega The position angle of the ascending node in degrees |
w |
w The longitude of the periastron in degrees. |
A class containing
r The radius vector of the component in arc seconds of a degree.
Theta The apparent position angle in degrees.
Rho The angular separation between the two components arc seconds of a degree.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAABinaryStar_Calculate(1980, 41.623, 1934.008, 0.2763, 0.907, 59.025, 23.717, 219.907)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.