Not available nor applicable with SkyGuide


SKSS_StartFocuserCalibration

Description

Allows to start focuser calibration.


This method is sending callback message to end-point registered with SKSS_RegisterCallbackURI


{AUTORESTOREFOCUSERPOSITION}=Optional true/false parameter that allows to restore the focuser at his original location after calibration. By default, false.

{USEINITIALARNDANYWAY}=Optional true/false parameter that allows to use initial absolute roundness in any case. By default, false.

{ALLOWABNORMALCALIBRATION}=Optional true/false parameter that allows to consider abnormal calibration as successful calibration. By default, false.


 Calibration must be done after changing the guider camera rotation angle.

Request

http://localhost:18700/SKSS_StartFocuserCalibration? autoRestoreFocuserPosition={AUTORESTOREFOCUSERPOSITION}& useInitialARNDAnyway={USEINITIALARNDANYWAY}& allowAbnormalCalibration={ALLOWABNORMALCALIBRATION}

JSON Response

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