SKSS_MoveGuiderMinusX

Description

Move guider along the X axis toward minus direction


{DURATION} = Duration of move (format S.SSS)

{CALIBRATED} = Optional, true to make a calibrated move, otherwise false. By default, false


If the guider camera is not orthogonally aligned to the RA and DEC axes, the calibrated move allows to move the guider on both axes in order to follow X axis toward minus direction. If guider camera is orthogonally aligned, calibrated move has no effect.

Request

http://localhost:18700/SKSS_MoveGuiderMinusX?duration={DURATION}& calibrated={CALIBRATED}

JSON Response

{ "status": "success", "data": null, "message": null }