FACT++  1.0
HrzPosn Nova::GetHrzFromEqu ( const EquPosn equ,
const LnLatPosn obs,
double  jd 
)

Definition at line 75 of file nova.h.

Referenced by Source::calcThreshold(), GetHrzFromEqu(), Source::getThreshold(), main(), Moon::Moon(), ConnectionGCN::ProcessXml(), StateMachineSmartFACT::SetError(), Nova::SolarObjects::SolarObjects(), StateMachineSmartFACT::UpdateAstronomy(), Source::valid(), and Source::zd().

76  {
77  HrzPosn hrz;
78  ln_get_hrz_from_equ(const_cast<EquPosn*>(&equ), const_cast<LnLatPosn*>(&obs), jd, &hrz);
79  return hrz;
80  }

+ Here is the caller graph for this function: