Ignore:
Timestamp:
10/14/10 13:47:48 (14 years ago)
Author:
tbretz
Message:
Mainly unit fixes to get the moon tracking working.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/catalog/SlaStars.cc

    r9554 r10008  
    2020void SlaStars::Set(const ZdAz &zdaz)
    2121{
    22     fAltAz = AltAz(TMath::Pi()/2-zdaz.Zd(), zdaz.Az()) * TMath::DegToRad();
     22    fAltAz = AltAz(90-zdaz.Zd(), zdaz.Az()) * TMath::DegToRad();
    2323    fRaDec = CalcRaDec(fAltAz);
    2424}
Note: See TracChangeset for help on using the changeset viewer.