SKSS_GetGuidingLoopStatus

Description

Allows to get the advanced status of the guiding loop


This status is display in the advanced GUI.


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


Available status

idle

Guiding loop is not started

calibrating

Guider is calibrating

analyzing

Analyzing guider frame to calculate tracking error

moving

Moving guider

waitingGuiderFrame

Guiding loop is waiting for a guider frame

noCorrectionWaitingFrame

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

paused

Guiding loop is in pause

failedWaitingFrame

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

guiderSettle

Guider settle

stacking

Stacking reference frame

poorCorrelationWaitingFrame

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

dithering

Dithering in progress

Request

http://localhost:18700/SKSS_GetGuidingLoopStatus  

JSON Response

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