SKSS_SetDitheringOffsets

Description

Allows to set the guider dithering offsets to the selected instrument.


{X}=A positive/negative integer value between -2/3 of tracking window to + 2/3 of tracking window

{Y}=A positive/negative integer value between -2/3 of tracking window to + 2/3 of tracking window


The result: true if succeeded, otherwise false is returned in the data field of the JSON response.

Request

http://localhost:18700/SKSS_SetDitheringOffsets?X={X}&Y={Y} 

JSON Response

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