Changeset 6867 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 03/21/05 09:51:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/StarCatalog.h
r4865 r6867 56 56 void PaintImg(unsigned char *buf, int w, int h); 57 57 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; } 61 61 62 62 void SetPixSize(const double pixsize);
Note:
See TracChangeset
for help on using the changeset viewer.