Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/Tests/internalguide/
H A Dtestcalibrationprocess.cpp113 { 105.018433, 86.018028, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
114 { 106.029907, 86.026863, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
115 { 105.992226, 85.968170, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
116 { 107.023537, 85.995636, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
117 { 106.964882, 85.875992, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
118 { 107.960190, 86.033669, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
119 { 108.015701, 86.008209, GuideDirection::DEC_INC_DIR, 2200, GuideState::GUIDE_CALIBRATING },
120 { 108.999283, 85.967667, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
121 { 110.004478, 85.963715, GuideDirection::DEC_INC_DIR, 1100, GuideState::GUIDE_CALIBRATING },
188 {447.020874, 55.966709, GuideDirection::DEC_INC_DIR, 5000, GuideState::GUIDE_CALIBRATING },
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dcalibrationprocess.cpp352 addPulse(DEC_INC_DIR, Options::calibrationPulseDuration()); in raInState()
365 addPulse(DEC_INC_DIR, Options::calibrationPulseDuration()); in raInState()
417 addPulse(DEC_INC_DIR, Options::calibrationPulseDuration()); in decBacklashState()
425 addPulse(DEC_INC_DIR, Options::calibrationPulseDuration()); in decBacklashState()
440 guideLog->addCalibrationData(DEC_INC_DIR, cur_x, cur_y, in decOutState()
470 guideLog->endCalibrationSection(DEC_INC_DIR, tempCalibration.getAngle()); in decOutState()
502 addPulse(DEC_INC_DIR, last_pulse); in decOutState()
H A Dgmath.cpp251 case DEC_INC_DIR: in directionStr()
356 pulseDirection = arcsecDrift > 0 ? DEC_INC_DIR : DEC_DEC_DIR; // GUIDE_DEC. in calculatePulses()
502 … 0 : (out_params.pulse_dir[GUIDE_DEC] == DEC_INC_DIR ? -1.0 : 1.0); in performProcessing()
532 else if (out_params.pulse_dir[GUIDE_DEC] == DEC_INC_DIR) in emitStats()
H A Dguidelog.cpp31 case DEC_INC_DIR: in directionString()
49 case DEC_INC_DIR: in directionStringLong()
H A Dinternalguider.cpp765 if(out->pulse_dir[GUIDE_DEC] == DEC_INC_DIR) in processGuiding()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindicommon.h98 typedef enum { NO_DIR = 0, RA_INC_DIR, RA_DEC_DIR, DEC_INC_DIR, DEC_DEC_DIR } GuideDirection; enumerator
H A Dindistd.cpp1239 case DEC_INC_DIR: in doPulse()
H A Dinditelescope.cpp575 case DEC_INC_DIR: in doPulse()
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_ekos_align.cpp57 mount->doPulse(RA_INC_DIR, 5000, DEC_INC_DIR, 5000); in testSlewDriftAlign()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp2811 …ulse(raPolarity > 0 ? RA_INC_DIR : RA_DEC_DIR, raMsec, decPolarity > 0 ? DEC_INC_DIR : DEC_DEC_DIR, in nonGuidedDither()