Home
last modified time | relevance | path

Searched defs:raPulse (Results 1 – 8 of 8) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguidedriftgraph.cpp184 …double raPulse = graph(GuideGraph::G_RA_PULSE)->dataMainValue(sliderValue); //Get RA Pulse from RA… in guideHistory() local
496 double raPulse = graph(GuideGraph::G_RA_PULSE)->dataMainValue(i); in exportGuideData() local
598 …double raPulse = graph(GuideGraph::G_RA_PULSE)->dataMainValue(raIndex); //Get RA Pulse from RA pul… in mouseOverLine() local
673 …double raPulse = graph(GuideGraph::G_RA_PULSE)->dataMainValue(raIndex); //Get RA Pulse from RA pul… in mouseOverLine() local
H A Dguide.cpp2795 const int raPulse = nonGuidedDitherRaOffsetMsec - newRaOffsetMsec; in nonGuidedDither() local
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp530 void Analyze::addGuideStats(double raDrift, double decDrift, int raPulse, int decPulse, double snr, in addGuideStats()
581 void Analyze::addGuideStatsInternal(double raDrift, double decDrift, double raPulse, in addGuideStatsInternal()
779 const double raPulse = QString(list[4]).toInt(&ok); in processInputLine() local
2442 void Analyze::guideStats(double raError, double decError, int raPulse, int decPulse, in guideStats()
2459int raPulse, int decPulse, double snr, double skyBg, int numStars, bool batchMode) in processGuideStats()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dinditelescope.cpp508 auto raPulse = baseDevice->getNumber("TELESCOPE_TIMED_GUIDE_WE"); in canGuide() local
555 auto raPulse = baseDevice->getNumber("TELESCOPE_TIMED_GUIDE_WE"); in doPulse() local
H A Dinditelescopelite.cpp201 auto raPulse = baseDevice->getNumber("TELESCOPE_TIMED_GUIDE_WE"); in canGuide() local
H A Dindistd.cpp1208 auto raPulse = baseDevice->getNumber("TELESCOPE_TIMED_GUIDE_WE"); in doPulse() local
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dinternalguider.cpp752 double raPulse = out->pulse_length[GUIDE_RA]; in processGuiding() local
/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp520 void SBGuideIndicators::UpdateState(int raDirection, int decDirection, double raPx, int raPulse, do… in UpdateState()