summaryrefslogtreecommitdiffstats
path: root/org
Commit message (Collapse)AuthorAgeFilesLines
* Various small fixes + add a simple test (computing solar coordinates).David A. Madore2012-04-175-3/+109
|
* Use J2000 ecliptic (rather than equatorial) coordinates as starting point ↵David A. Madore2012-04-172-2/+5
| | | | | | for precession. We will assume that these are the coordinates returned by VSOP87.
* Use quaternions instead of 3*3 matrices to represent rotations.David A. Madore2012-04-033-54/+46
|
* Equation of the origins/equinoxes.David A. Madore2012-03-273-1/+45
|
* Nutation.David A. Madore2012-03-274-3/+2493
|
* Use generalized Poisson series for VSOP87.David A. Madore2012-03-272-2506/+2524
|
* Implement more general Poisson series.David A. Madore2012-03-271-14/+77
|
* Simple matrix library + formula for precession.David A. Madore2012-03-275-439/+111
|
* Initial commit. This version doesn't do much but evaluate VSOP87/Smart97 ↵David A. Madore2012-03-276-0/+3196
series.