Changeset 9522 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 12/01/09 10:57:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/SlaStars.h
r9516 r9522 26 26 27 27 // 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()); } 29 30 const RaDec GetRaDec() const { return fRaDec/TMath::DegToRad(); } 31 const RaDec GetRaDecRad() const { return fRaDec; } 30 32 const double GetHourAngle() const { return fHourAngle; } 31 33
Note:
See TracChangeset
for help on using the changeset viewer.