FACT++  1.0
ZdAz MPointing::CorrectBack ( const ZdAz zdaz) const

Definition at line 726 of file MPointing.cc.

References ZdAz::Az(), and ZdAz::Zd().

Referenced by TPointStar::AdjustBack().

727 {
728  // Correct [rad]
729  // zdaz [rad]
730  AltAz p(TMath::Pi()/2-zdaz.Zd(), zdaz.Az());
731  AltAz c = CorrectBack(p);
732  return ZdAz(TMath::Pi()/2-c.Alt(), c.Az());
733 }
ZdAz CorrectBack(const ZdAz &zdaz) const
Definition: MPointing.cc:726
double Az() const
Definition: MPointing.h:74
Definition: MPointing.h:64
double Zd() const
Definition: MPointing.h:73

+ Here is the call graph for this function:

+ Here is the caller graph for this function: