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:
-
lphu
Unwrapped longitude of perihelion(degrees without jumps).
-
lanu
Unwrapped longitude of the ascending node(degrees without jumps).
-
hh
Variable:.
-
kk
Variable:.
-
pp
Variable:.
-
qq
Variable:.
-
cc
Helper:.
-
dd
Helper:.
-
nnx
,nny
,nnz
The,
, and
-components of the Earth's orbit unit normal vector
, normal to Earth's instantaneous orbital plane.
Value
A tibble with the new columns added.