Not available nor applicable with SkyGuide


SKSS_GetFocusingStatus

Description

Allows to get the status of the focusing


The status is returned in the data field of the JSON response


Available status

idle

Focusing loop is not started

calibrating

Focuser is calibrating

analyzing

Analyzing guider frame to calculate focus error

stacking

Stacking guider frame

moving

Moving focuser

waitingGuiderFrame

Focusing loop is waiting for a guider frame

noCorrectionWaitingFrame

No correction done, the focusing loop is waiting for the next frame

filterDelayWaitingFrame

The filter wheel just moved to another filter, the focusing is settling

poorCorrelationWaitingFrame

Poor correlation, the focusing loop is waiting for the next frame

paused

Focusing loop is in pause

failedWaitingFrame

Failure occurred, the focusing loop is waiting for the next frame

ditheringWaitingFrame

Dithering is in progress in guiding loop, the focusing loop is suspended until dithering finished

Request

http://localhost:18700/SKSS_GetFocusingLoopStatus 

JSON Response

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