Get Last Autofocus

GET /equipment/focuser/last-af

Get last autofocus

Responses

GET /equipment/focuser/last-af
curl \
 --request GET 'http://localhost:1888/v2/api/equipment/focuser/last-af'
Response examples (200)
{
  "Response": {
    "Version": 42,
    "Filter": "string",
    "AutoFocuserName": "string",
    "StarDetectorName": "string",
    "Timestamp": "string",
    "Temperature": 42.0,
    "Method": "string",
    "Fitting": "string",
    "InitialFocusPoint": {
      "Position": 42,
      "Value": 42.0,
      "Error": 42
    },
    "CalculatedFocusPoint": {
      "Position": 42.0,
      "Value": 42.0,
      "Error": 42
    },
    "PreviousFocusPoint": {
      "Position": 42.0,
      "Value": 42.0,
      "Error": 42
    },
    "MeasurePoints": [
      {
        "Position": 42,
        "Value": 42.0,
        "Error": 42.0
      }
    ],
    "Intersections": {
      "TrendLineIntersection": {
        "Position": 42,
        "Value": 42.0,
        "Error": 42
      },
      "HyperbolicMinimum": {
        "Position": 42.0,
        "Value": 42.0,
        "Error": 42
      }
    },
    "Fittings": {
      "Quadratic": "string",
      "Hyperbolic": "string",
      "Gaussian": "string",
      "LeftTrend": "string",
      "RightTrend": "string"
    },
    "RSquares": {
      "Quadratic": 42.0,
      "Hyperbolic": 42.0,
      "LeftTrend": 42.0,
      "RightTrend": 42
    },
    "BacklashCompensation": {
      "BacklashCompensationModel": "string",
      "BacklashIN": 42,
      "BacklashOUT": 42
    },
    "Duration": "string"
  },
  "Error": "string",
  "StatusCode": 42,
  "Success": true,
  "Type": "string"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}