From 221c71e37bdc19dc5bbc1f0303697f67847b7712 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Tue, 27 Mar 2012 19:05:08 +0200 Subject: Nutation. --- org/madore/ephem/VSOP87.java | 1 + 1 file changed, 1 insertion(+) (limited to 'org/madore/ephem/VSOP87.java') diff --git a/org/madore/ephem/VSOP87.java b/org/madore/ephem/VSOP87.java index 442e985..3f06cf8 100644 --- a/org/madore/ephem/VSOP87.java +++ b/org/madore/ephem/VSOP87.java @@ -23,6 +23,7 @@ public final class VSOP87 { Variable(String name) { this.name = name; } } + // The argument is in Julian millennia (value is in radians). public static Comput.Polynomial[] lambdas = new Comput.Polynomial[] { new Comput.Polynomial(4.40260884240, 26087.9031415742), // Mercury new Comput.Polynomial(3.17614669689, 10213.2855462110), // Venus -- cgit v1.2.3