Ignore:
Timestamp:
02/25/10 11:26:20 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/SlaStars.cc

    r9550 r9554  
    2121{
    2222    fAltAz = AltAz(TMath::Pi()/2-zdaz.Zd(), zdaz.Az()) * TMath::DegToRad();
    23     fRaDec = CalcRaDec(fAltAz);
    24 }
    25 
    26 void SlaStars::ApplyOffsetAltAz(const AltAz &offset)
    27 {
    28     fAltAz += offset;
    2923    fRaDec = CalcRaDec(fAltAz);
    3024}
Note: See TracChangeset for help on using the changeset viewer.