Query parameters
-
filterId
integer Required The filter to get.
GET
/equipment/filterwheel/filter-info
curl \
--request GET 'http://localhost:1888/v2/api/equipment/filterwheel/filter-info?filterId=42'
Response examples (200)
{
"Response": {
"Name": "string",
"FocusOffset": 42,
"Position": 42,
"AutoFocusExposureTime": 42,
"AutoFocusFilter": true,
"FlatWizardFilterSettings": {
"FlatWizardMode": 42,
"HistogramMeanTarget": 42.0,
"HistogramTolerance": 42.0,
"MaxFlatExposureTime": 42,
"MinFlatExposureTime": 42.0,
"MaxAbsoluteFlatDeviceBrightness": 42,
"MinAbsoluteFlatDeviceBrightness": 42,
"Gain": 42,
"Offset": 42,
"Binning": {
"Name": "string",
"X": 42,
"Y": 42
}
},
"AutoFocusBinning": {
"Name": "string",
"X": 42,
"Y": 42
},
"AutoFocusGain": 42,
"AutoFocusOffset": 42
},
"Error": "string",
"StatusCode": 42,
"Success": true,
"Type": "string"
}
Response examples (409)
{
"Response": "string",
"Error": "Filterwheel not connected",
"StatusCode": 409,
"Success": false,
"Type": "API"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}