| prepare_solution {snvecR} | R Documentation |
Prepare Astronomical Solution
Description
Calculates helper columns from an astronomical solution input.
Usage
prepare_solution(data, quiet = FALSE)
Arguments
data |
A data frame with the following columns:
The easiest way to get this is with |
quiet |
Be quiet?
|
Details
New columns include:
-
lphuUnwrapped longitude of perihelion\varpi(degrees without jumps). -
lanuUnwrapped longitude of the ascending node\Omega(degrees without jumps). -
hhVariable:e\sin(\varpi). -
kkVariable:e\cos(\varpi). -
ppVariable:2\sin(0.5I)\sin(\Omega). -
qqVariable:2\sin(0.5I)\cos(\Omega). -
ccHelper:\cos(I). -
ddHelper:\cos(I)/2. -
nnx,nny,nnzThex,y, andz-components of the Earth's orbit unit normal vector\vec{n}, normal to Earth's instantaneous orbital plane.
Value
A tibble with the new columns added.