Ignore:
Timestamp:
12/01/09 10:57:14 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/SlaStars.h

    r9516 r9522  
    2626
    2727    //    const AltAz GetAltAz() const { return fAltAz*360/D2PI; }
    28     const ZdAz   GetZdAz()  const     { return ZdAz(TMath::Pi()/2-fAltAz.Alt(), fAltAz.Az())*TMath::DegToRad(); }
     28    const ZdAz   GetZdAz()  const     { return ZdAz(TMath::Pi()/2-fAltAz.Alt(), fAltAz.Az())/TMath::DegToRad(); }
     29    const ZdAz   GetZdAzRad() const   { return ZdAz(TMath::Pi()/2-fAltAz.Alt(), fAltAz.Az()); }
    2930    const RaDec  GetRaDec() const     { return fRaDec/TMath::DegToRad(); }
     31    const RaDec  GetRaDecRad() const  { return fRaDec; }
    3032    const double GetHourAngle() const { return fHourAngle; }
    3133
Note: See TracChangeset for help on using the changeset viewer.