FACT++  1.0
void TPointStar::AdjustBack ( const MPointing bend)

Definition at line 48 of file TPointStar.cc.

References AltAz::Alt(), AltAz::Az(), MPointing::CorrectBack(), fRawAz, fRawEl, and GetRawAltAz().

Referenced by TPointGui::Fit(), and GetMag().

49 {
50  AltAz p = bend.CorrectBack(GetRawAltAz());
51  fRawEl = p.Alt();
52  fRawAz = p.Az();
53 }
Double_t fRawAz
Definition: TPointStar.h:21
double Alt() const
Definition: MPointing.h:40
ZdAz CorrectBack(const ZdAz &zdaz) const
Definition: MPointing.cc:726
Double_t fRawEl
Definition: TPointStar.h:22
AltAz GetRawAltAz() const
Definition: TPointStar.cc:39
double Az() const
Definition: MPointing.h:41

+ Here is the call graph for this function:

+ Here is the caller graph for this function: