Changeset 1111 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 12/12/01 13:26:34 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/StarCatalog.h
r912 r1111 73 73 const AltAz &altaz); 74 74 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; } 78 78 79 79 void SetPixSize(const double pixsize); 80 80 void SetLimitMag(const float mag) { fLimitMag = mag; }; 81 82 ClassDef(StarCatalog, 0) 81 83 }; 82 84
Note:
See TracChangeset
for help on using the changeset viewer.