Ignore:
Timestamp:
08/10/04 16:03:01 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MAstro.h

    r3568 r4563  
    1111    static Double_t Round(Double_t val);
    1212    static Double_t Trunc(Double_t val);
     13
     14    static Double_t Kepler(Double_t m, Double_t ecc);
    1315
    1416public:
     
    5456    static Double_t RotationAngle(Double_t sinl, Double_t cosl, Double_t theta, Double_t phi);
    5557
     58    static Double_t GetMoonPhase(Double_t mjd);
     59    static Double_t GetMoonPeriod(Double_t mjd, Int_t offset=-284);
     60
    5661    ClassDef(MAstro, 0)
    5762};
Note: See TracChangeset for help on using the changeset viewer.