Ignore:
Timestamp:
03/21/05 09:51:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4865 r6867  
    5656    void PaintImg(unsigned char *buf, int w, int h);
    5757
    58     const AltAz GetAltAz() const { return fAltAz*kRad2Deg; }
    59     const ZdAz  GetZdAz() const  { return ZdAz(kPiDiv2-fAltAz.Alt(), fAltAz.Az())*kRad2Deg; }
    60     const RaDec GetRaDec() const { return fRaDec*kRad2Deg; }
     58    const AltAz GetAltAz() const /*[deg]*/ { return fAltAz*kRad2Deg; }
     59    const ZdAz  GetZdAz() const  /*[deg]*/ { return ZdAz(kPiDiv2-fAltAz.Alt(), fAltAz.Az())*kRad2Deg; }
     60    const RaDec GetRaDec() const /*[deg]*/ { return fRaDec*kRad2Deg; }
    6161
    6262    void  SetPixSize(const double pixsize);
Note: See TracChangeset for help on using the changeset viewer.