Home
last modified time | relevance | path

Searched refs:raPolarity (Results 1 – 1 of 1) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp2798 const int raPolarity = (raPulse >= 0 ? 1 : -1); in nonGuidedDither() local
2808 …qCDebug(KSTARS_EKOS_GUIDE) << "dither ra_msec:" << raMsec << "ra_polarity:" << raPolarity << "de_m… in nonGuidedDither()
2811 …bool rc = sendPulse(raPolarity > 0 ? RA_INC_DIR : RA_DEC_DIR, raMsec, decPolarity > 0 ? DEC_INC_DI… in nonGuidedDither()