Ignore:
Timestamp:
12/12/01 13:26:34 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r912 r1111  
    7373                  const AltAz &altaz);
    7474
    75     const AltAz GetAltAz() const { return fAltAz*360/D2PI; }
    76     const ZdAz  GetZdAz() const  { return ZdAz(DPI/2-fAltAz.Alt(), fAltAz.Az())*360/D2PI; }
    77     const RaDec GetRaDec() const { return fRaDec*360/D2PI; }
     75    const AltAz GetAltAz() const { return fAltAz*kRad2Deg; }
     76    const ZdAz  GetZdAz() const  { return ZdAz(kPiDiv2-fAltAz.Alt(), fAltAz.Az())*kRad2Deg; }
     77    const RaDec GetRaDec() const { return fRaDec*kRad2Deg; }
    7878
    7979    void  SetPixSize(const double pixsize);
    8080    void  SetLimitMag(const float mag) { fLimitMag = mag; };
     81
     82    ClassDef(StarCatalog, 0)
    8183};
    8284
Note: See TracChangeset for help on using the changeset viewer.