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

Definition at line 41 of file TPointStar.cc.

References AltAz::Alt(), AltAz::Az(), fStarAz, fStarEl, and GetStarAltAz().

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

42 {
43  AltAz p = bend(GetStarAltAz());
44  fStarEl = p.Alt();
45  fStarAz = p.Az();
46 }
Double_t fStarAz
Definition: TPointStar.h:18
double Alt() const
Definition: MPointing.h:40
AltAz GetStarAltAz() const
Definition: TPointStar.cc:36
double Az() const
Definition: MPointing.h:41
Double_t fStarEl
Definition: TPointStar.h:19

+ Here is the call graph for this function:

+ Here is the caller graph for this function: