SKSS_MoveGuiderPlusY

Description

Move guider along the Y axis toward plus 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 Y axis toward plus direction. If guider camera is orthogonally aligned, calibrated move has no effect.

Request

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

JSON Response

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