@ourskyai/platform-api 1.3.8815 → 1.4.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/.openapi-generator/FILES +160 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +265 -4
  4. package/api.ts +1568 -5774
  5. package/base.ts +14 -24
  6. package/common.ts +20 -44
  7. package/configuration.ts +37 -17
  8. package/dist/api.d.ts +978 -5071
  9. package/dist/api.js +968 -1150
  10. package/dist/base.d.ts +11 -23
  11. package/dist/base.js +5 -18
  12. package/dist/common.d.ts +6 -37
  13. package/dist/common.js +18 -40
  14. package/dist/configuration.d.ts +30 -15
  15. package/dist/configuration.js +5 -3
  16. package/dist/esm/api.d.ts +978 -5071
  17. package/dist/esm/api.js +968 -1150
  18. package/dist/esm/base.d.ts +11 -23
  19. package/dist/esm/base.js +4 -17
  20. package/dist/esm/common.d.ts +6 -37
  21. package/dist/esm/common.js +16 -39
  22. package/dist/esm/configuration.d.ts +30 -15
  23. package/dist/esm/configuration.js +5 -3
  24. package/dist/esm/index.d.ts +1 -1
  25. package/dist/esm/index.js +1 -1
  26. package/dist/index.d.ts +1 -1
  27. package/dist/index.js +1 -1
  28. package/docs/CameraMode.md +10 -0
  29. package/docs/DefaultApi.md +3904 -0
  30. package/docs/EmptySuccess.md +20 -0
  31. package/docs/FilterType.md +60 -0
  32. package/docs/FitsHeader.md +22 -0
  33. package/docs/ImageSetType.md +24 -0
  34. package/docs/Location.md +25 -0
  35. package/docs/MetricType.md +14 -0
  36. package/docs/ModelType.md +10 -0
  37. package/docs/MountGeometry.md +10 -0
  38. package/docs/MountType.md +10 -0
  39. package/docs/NetworkInterface.md +15 -0
  40. package/docs/NodeState.md +20 -0
  41. package/docs/OrbitType.md +42 -0
  42. package/docs/PKICertificate.md +30 -0
  43. package/docs/PlateSolveParameters.md +26 -0
  44. package/docs/ShutterType.md +10 -0
  45. package/docs/StreakExtractionSource.md +35 -0
  46. package/docs/SuccessfulCreate.md +20 -0
  47. package/docs/TrackingType.md +12 -0
  48. package/docs/UploadPriority.md +10 -0
  49. package/docs/V1AccessToken.md +43 -0
  50. package/docs/V1AccessTokenType.md +12 -0
  51. package/docs/V1AllSkyCameraConfig.md +22 -0
  52. package/docs/V1AllSkyImageForImage.md +28 -0
  53. package/docs/V1AllSkyPrediction.md +30 -0
  54. package/docs/V1AllSkyPredictionLabel.md +16 -0
  55. package/docs/V1ApexChartsTimeline.md +20 -0
  56. package/docs/V1ApexChartsTimelineElement.md +24 -0
  57. package/docs/V1AssetSize.md +10 -0
  58. package/docs/V1AutoFocusInstruction.md +23 -0
  59. package/docs/V1AutoFocusInstructionCoordinatesInner.md +23 -0
  60. package/docs/V1BlackoutBox.md +26 -0
  61. package/docs/V1Camera.md +47 -0
  62. package/docs/V1CameraRollImage.md +34 -0
  63. package/docs/V1ClientToken.md +22 -0
  64. package/docs/V1CompleteNodeControllerCrashReportRequest.md +20 -0
  65. package/docs/V1CompleteNodeFlareRequest.md +20 -0
  66. package/docs/V1CompleteObservationRequest.md +20 -0
  67. package/docs/V1CreateAllSkyPredictionRequest.md +24 -0
  68. package/docs/V1CreateAutofocusResultRequest.md +28 -0
  69. package/docs/V1CreateImageMetadataRequest.md +26 -0
  70. package/docs/V1CreateImageSetImageRequest.md +32 -0
  71. package/docs/V1CreateImageSetImageResponse.md +23 -0
  72. package/docs/V1CreateImageSetImageUploadUrlRequest.md +26 -0
  73. package/docs/V1CreateImageSetImageUploadUrlResponse.md +20 -0
  74. package/docs/V1CreateImageSetRequest.md +28 -0
  75. package/docs/V1CreateNodeControllerArtifactRequest.md +20 -0
  76. package/docs/V1CreateNodeControllerCrashReportRequest.md +37 -0
  77. package/docs/V1CreateNodeControllerCrashReportResponse.md +22 -0
  78. package/docs/V1CreateNodeDiagnostic.md +28 -0
  79. package/docs/V1CreateNodeDiagnosticsRequest.md +22 -0
  80. package/docs/V1CreateNodeEvent.md +24 -0
  81. package/docs/V1CreateNodeEventsRequest.md +22 -0
  82. package/docs/V1CreateNodeFlareRequest.md +22 -0
  83. package/docs/V1CreateNodeFlareResponse.md +22 -0
  84. package/docs/V1CreateNodeRequest.md +37 -0
  85. package/docs/V1CreateProcessedImageSetImageRequest.md +67 -0
  86. package/docs/V1CreateTimeWindowedAssetRequest.md +34 -0
  87. package/docs/V1CreateTimeWindowedAssetResponse.md +22 -0
  88. package/docs/V1DataSource.md +10 -0
  89. package/docs/V1DiagnosticInstruction.md +21 -0
  90. package/docs/V1DisableDebugServices.md +22 -0
  91. package/docs/V1DurationMeasured.md +24 -0
  92. package/docs/V1ElevationMaskPoint.md +25 -0
  93. package/docs/V1EnableAutonomousOperation.md +22 -0
  94. package/docs/V1EnableDebugServices.md +26 -0
  95. package/docs/V1EnableManualOperation.md +22 -0
  96. package/docs/V1FileType.md +8 -0
  97. package/docs/V1Focuser.md +27 -0
  98. package/docs/V1GainCurve.md +25 -0
  99. package/docs/V1GainCurvePoint.md +22 -0
  100. package/docs/V1GenerateEdgeTokenResponse.md +22 -0
  101. package/docs/V1GetInstructionRequest.md +28 -0
  102. package/docs/V1GetInstructionRequestUploadHealth.md +24 -0
  103. package/docs/V1GetNodeCommandsResponse.md +20 -0
  104. package/docs/V1GetNodes.md +20 -0
  105. package/docs/V1GetOrCreateCameraRequest.md +60 -0
  106. package/docs/V1GetOrCreateFocuserRequest.md +24 -0
  107. package/docs/V1GetOrCreateMountRequest.md +24 -0
  108. package/docs/V1GetPlateSolveCatalogDiffRequest.md +20 -0
  109. package/docs/V1GetSuntimesResponse.md +36 -0
  110. package/docs/V1HFRStar.md +25 -0
  111. package/docs/V1ImageFileType.md +10 -0
  112. package/docs/V1ImageMetadata.md +32 -0
  113. package/docs/V1ImageRejectionReason.md +64 -0
  114. package/docs/V1ImageSet.md +43 -0
  115. package/docs/V1ImageSetImage.md +77 -0
  116. package/docs/V1ImageSetImageDot.md +45 -0
  117. package/docs/V1ImageSetImageStreak.md +57 -0
  118. package/docs/V1Instruction.md +31 -0
  119. package/docs/V1JobStatus.md +16 -0
  120. package/docs/V1LastInstructionResponse.md +24 -0
  121. package/docs/V1LatestHfrResponse.md +24 -0
  122. package/docs/V1LogRecorded.md +20 -0
  123. package/docs/V1MLModel.md +30 -0
  124. package/docs/V1MatchedStar.md +39 -0
  125. package/docs/V1Metric.md +30 -0
  126. package/docs/V1Mount.md +23 -0
  127. package/docs/V1Node.md +59 -0
  128. package/docs/V1NodeCommand.md +34 -0
  129. package/docs/V1NodeComponentType.md +34 -0
  130. package/docs/V1NodeConfigBody.md +20 -0
  131. package/docs/V1NodeConfigKeyMetadata.md +26 -0
  132. package/docs/V1NodeConfigScopeType.md +12 -0
  133. package/docs/V1NodeController.md +36 -0
  134. package/docs/V1NodeControllerArtifact.md +20 -0
  135. package/docs/V1NodeControllerBootstrapRequest.md +20 -0
  136. package/docs/V1NodeControllerIssueCertificateResponse.md +32 -0
  137. package/docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md +24 -0
  138. package/docs/V1NodeControllerMacAddressesInner.md +22 -0
  139. package/docs/V1NodeControllerStatus.md +13 -0
  140. package/docs/V1NodeDiagnosticType.md +80 -0
  141. package/docs/V1NodeEventType.md +32 -0
  142. package/docs/V1NodeFlare.md +25 -0
  143. package/docs/V1NodeWithLocation.md +23 -0
  144. package/docs/V1OAuthAuthorizeRequest.md +26 -0
  145. package/docs/V1OAuthAuthorizeResponse.md +20 -0
  146. package/docs/V1OAuthTokenRequest.md +24 -0
  147. package/docs/V1OAuthTokenResponse.md +22 -0
  148. package/docs/V1OTAEncryptionRequestLatest.md +20 -0
  149. package/docs/V1OTAEncryptionResult.md +30 -0
  150. package/docs/V1ObservationInstruction.md +79 -0
  151. package/docs/V1ObservationInstructionAscomAxisRates.md +35 -0
  152. package/docs/V1ObservationInstructionSatellitePassEphemerisInner.md +25 -0
  153. package/docs/V1ObservationMetrics.md +30 -0
  154. package/docs/V1OpticalTube.md +27 -0
  155. package/docs/V1PixelCoordinates.md +23 -0
  156. package/docs/V1PlateSolveCatalogFile.md +22 -0
  157. package/docs/V1PlateSolveCatalogFileDownload.md +26 -0
  158. package/docs/V1PlateSolveResult.md +40 -0
  159. package/docs/V1PlateSolveStatus.md +12 -0
  160. package/docs/V1PredictedStreakLocation.md +26 -0
  161. package/docs/V1PrincipalRoleType.md +20 -0
  162. package/docs/V1ProductRevision.md +12 -0
  163. package/docs/V1ReadNoisePoint.md +22 -0
  164. package/docs/V1RebootSystem.md +22 -0
  165. package/docs/V1RefreshCertificateRequest.md +20 -0
  166. package/docs/V1RegisterNodeControllerRequest.md +24 -0
  167. package/docs/V1RequestMacAddressesRequest.md +22 -0
  168. package/docs/V1RequestMacAddressesResponse.md +20 -0
  169. package/docs/V1RequestMacAddressesResponseMacAddressesInner.md +22 -0
  170. package/docs/V1ResolvedInstruction.md +85 -0
  171. package/docs/V1SIPCoefficients.md +40 -0
  172. package/docs/V1SafetyStatusUpdated.md +20 -0
  173. package/docs/V1SendFlare.md +40 -0
  174. package/docs/V1SetupAction.md +23 -0
  175. package/docs/V1SoftwarePackageType.md +8 -0
  176. package/docs/V1SoftwareRelease.md +34 -0
  177. package/docs/V1SoftwareRuntimeEnvironmentType.md +9 -0
  178. package/docs/V1SystemVariant.md +34 -0
  179. package/docs/V1TerrestrialDownlinkInstruction.md +33 -0
  180. package/docs/V1TimeWindowedAsset.md +37 -0
  181. package/docs/V1TimeWindowedAssetType.md +10 -0
  182. package/docs/V1Transformation.md +77 -0
  183. package/docs/V1UpdateNodeRequest.md +51 -0
  184. package/docs/V1VideoModeFramerateProperty.md +28 -0
  185. package/docs/V2CompleteObservationRequest.md +24 -0
  186. package/docs/V2NodeControllerIssueCertificateResponse.md +22 -0
  187. package/docs/V2UpdateNodeRequest.md +43 -0
  188. package/index.ts +1 -1
  189. package/package.json +4 -4
@@ -0,0 +1,24 @@
1
+ # V1GetOrCreateMountRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **model** | **string** | | [optional] [default to undefined]
9
+ **type** | [**MountType**](MountType.md) | | [optional] [default to undefined]
10
+ **geometry** | [**MountGeometry**](MountGeometry.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1GetOrCreateMountRequest } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1GetOrCreateMountRequest = {
18
+ model,
19
+ type,
20
+ geometry,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # V1GetPlateSolveCatalogDiffRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **existingFiles** | [**Array<V1PlateSolveCatalogFile>**](V1PlateSolveCatalogFile.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { V1GetPlateSolveCatalogDiffRequest } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1GetPlateSolveCatalogDiffRequest = {
16
+ existingFiles,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,36 @@
1
+ # V1GetSuntimesResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **nodeId** | **string** | | [optional] [default to undefined]
9
+ **sunrise** | **string** | | [default to undefined]
10
+ **sunset** | **string** | | [default to undefined]
11
+ **civilRise** | **string** | | [optional] [default to undefined]
12
+ **civilSet** | **string** | | [optional] [default to undefined]
13
+ **nauticalRise** | **string** | | [optional] [default to undefined]
14
+ **nauticalSet** | **string** | | [optional] [default to undefined]
15
+ **astronomicalRise** | **string** | | [optional] [default to undefined]
16
+ **astronomicalSet** | **string** | | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { V1GetSuntimesResponse } from '@ourskyai/platform-api';
22
+
23
+ const instance: V1GetSuntimesResponse = {
24
+ nodeId,
25
+ sunrise,
26
+ sunset,
27
+ civilRise,
28
+ civilSet,
29
+ nauticalRise,
30
+ nauticalSet,
31
+ astronomicalRise,
32
+ astronomicalSet,
33
+ };
34
+ ```
35
+
36
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,25 @@
1
+ # V1HFRStar
2
+
3
+ HFR extracted star from the image
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **coordinates** | [**V1PixelCoordinates**](V1PixelCoordinates.md) | | [optional] [default to undefined]
10
+ **hfr** | **number** | | [default to undefined]
11
+ **flux** | **number** | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { V1HFRStar } from '@ourskyai/platform-api';
17
+
18
+ const instance: V1HFRStar = {
19
+ coordinates,
20
+ hfr,
21
+ flux,
22
+ };
23
+ ```
24
+
25
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,10 @@
1
+ # V1ImageFileType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `FITS` (value: `'FITS'`)
7
+
8
+ * `JPG` (value: `'JPG'`)
9
+
10
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,32 @@
1
+ # V1ImageMetadata
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **imageId** | **string** | | [default to undefined]
10
+ **plateSolveResult** | [**V1PlateSolveResult**](V1PlateSolveResult.md) | | [default to undefined]
11
+ **inputStars** | [**Array<V1HFRStar>**](V1HFRStar.md) | Extracted star features from the image. Used as inputs to plate solving | [optional] [default to undefined]
12
+ **sipCoefficients** | [**V1SIPCoefficients**](V1SIPCoefficients.md) | | [optional] [default to undefined]
13
+ **photometricZeroPoint** | **number** | Photometric zero point offset. Add to instrumental magnitude (-2.5*log10(flux)) to get calibrated magnitude in standard photometric system. | [optional] [default to undefined]
14
+ **createdAt** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { V1ImageMetadata } from '@ourskyai/platform-api';
20
+
21
+ const instance: V1ImageMetadata = {
22
+ id,
23
+ imageId,
24
+ plateSolveResult,
25
+ inputStars,
26
+ sipCoefficients,
27
+ photometricZeroPoint,
28
+ createdAt,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,64 @@
1
+ # V1ImageRejectionReason
2
+
3
+
4
+ ## Enum
5
+
6
+ * `TARGET_NOT_FOUND` (value: `'TARGET_NOT_FOUND'`)
7
+
8
+ * `RATE_TARGET_NOT_FOUND` (value: `'RATE_TARGET_NOT_FOUND'`)
9
+
10
+ * `RATE_PLATE_SOLVE_FAILURE` (value: `'RATE_PLATE_SOLVE_FAILURE'`)
11
+
12
+ * `STREAK_DETECTION_FAILURE` (value: `'STREAK_DETECTION_FAILURE'`)
13
+
14
+ * `PLATE_SOLVE_FAILURE` (value: `'PLATE_SOLVE_FAILURE'`)
15
+
16
+ * `PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE` (value: `'PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE'`)
17
+
18
+ * `PLATE_SOLVE_NO_SOLUTION_FAILURE` (value: `'PLATE_SOLVE_NO_SOLUTION_FAILURE'`)
19
+
20
+ * `CROP_IMAGE_FAILURE` (value: `'CROP_IMAGE_FAILURE'`)
21
+
22
+ * `COSMETIC_CORRECTION_FAILURE` (value: `'COSMETIC_CORRECTION_FAILURE'`)
23
+
24
+ * `GRADIENT_REMOVAL_FAILURE` (value: `'GRADIENT_REMOVAL_FAILURE'`)
25
+
26
+ * `CATMAG_FAILURE` (value: `'CATMAG_FAILURE'`)
27
+
28
+ * `IMAGE_QUALITY_TOO_LOW` (value: `'IMAGE_QUALITY_TOO_LOW'`)
29
+
30
+ * `OBSERVATION_NOT_FOUND` (value: `'OBSERVATION_NOT_FOUND'`)
31
+
32
+ * `NODE_NOT_FOUND` (value: `'NODE_NOT_FOUND'`)
33
+
34
+ * `CAMERA_NOT_FOUND` (value: `'CAMERA_NOT_FOUND'`)
35
+
36
+ * `OTA_NOT_FOUND` (value: `'OTA_NOT_FOUND'`)
37
+
38
+ * `TLE_NOT_EXTRACTED` (value: `'TLE_NOT_EXTRACTED'`)
39
+
40
+ * `FAILED_TO_LOAD` (value: `'FAILED_TO_LOAD'`)
41
+
42
+ * `GPS_ERROR` (value: `'GPS_ERROR'`)
43
+
44
+ * `MUTEX_TIMEOUT` (value: `'MUTEX_TIMEOUT'`)
45
+
46
+ * `AWAIT_TIMEOUT` (value: `'AWAIT_TIMEOUT'`)
47
+
48
+ * `CATALOG_COMPARE_ERROR` (value: `'CATALOG_COMPARE_ERROR'`)
49
+
50
+ * `SAVE_FAILURE` (value: `'SAVE_FAILURE'`)
51
+
52
+ * `RATE_CATALOG_COMPARE_ERROR` (value: `'RATE_CATALOG_COMPARE_ERROR'`)
53
+
54
+ * `MISSING_IMG_WIDTH_HEADER` (value: `'MISSING_IMG_WIDTH_HEADER'`)
55
+
56
+ * `CALIBRATION_FAILURE` (value: `'CALIBRATION_FAILURE'`)
57
+
58
+ * `HOT_PIXEL_REMOVAL_FAILURE` (value: `'HOT_PIXEL_REMOVAL_FAILURE'`)
59
+
60
+ * `PIPELINE_TIMEOUT` (value: `'PIPELINE_TIMEOUT'`)
61
+
62
+ * `UNKNOWN_ERROR` (value: `'UNKNOWN_ERROR'`)
63
+
64
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,43 @@
1
+ # V1ImageSet
2
+
3
+ An image set represents a contiguous set of observations of the same target captured by the same node.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | | [default to undefined]
10
+ **targetId** | **string** | | [optional] [default to undefined]
11
+ **ra** | **number** | | [optional] [default to undefined]
12
+ **dec** | **number** | | [optional] [default to undefined]
13
+ **nodeId** | **string** | | [default to undefined]
14
+ **observationId** | **string** | | [optional] [default to undefined]
15
+ **trackingType** | [**TrackingType**](TrackingType.md) | | [default to undefined]
16
+ **filterType** | [**FilterType**](FilterType.md) | | [optional] [default to undefined]
17
+ **createdAt** | **string** | | [default to undefined]
18
+ **updatedAt** | **string** | | [optional] [default to undefined]
19
+ **ourskyPluginVersion** | **string** | | [optional] [default to undefined]
20
+ **isResolved** | **boolean** | True if this image set is from a resolved imaging observation. | [optional] [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { V1ImageSet } from '@ourskyai/platform-api';
26
+
27
+ const instance: V1ImageSet = {
28
+ id,
29
+ targetId,
30
+ ra,
31
+ dec,
32
+ nodeId,
33
+ observationId,
34
+ trackingType,
35
+ filterType,
36
+ createdAt,
37
+ updatedAt,
38
+ ourskyPluginVersion,
39
+ isResolved,
40
+ };
41
+ ```
42
+
43
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,77 @@
1
+ # V1ImageSetImage
2
+
3
+ Image Set Image
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | | [default to undefined]
10
+ **thumbnailUrl** | **string** | | [optional] [default to undefined]
11
+ **imageUrl** | **string** | | [default to undefined]
12
+ **fullJpgUrl** | **string** | | [optional] [default to undefined]
13
+ **nodeId** | **string** | | [default to undefined]
14
+ **targetId** | **string** | | [optional] [default to undefined]
15
+ **ra** | **number** | | [optional] [default to undefined]
16
+ **dec** | **number** | | [optional] [default to undefined]
17
+ **imageSetId** | **string** | | [default to undefined]
18
+ **darkCalibrated** | **boolean** | | [default to undefined]
19
+ **flatCalibrated** | **boolean** | | [default to undefined]
20
+ **biasCalibrated** | **boolean** | | [default to undefined]
21
+ **fwhmAverage** | **number** | | [optional] [default to undefined]
22
+ **fwhmStdDev** | **number** | | [optional] [default to undefined]
23
+ **fwhmAngle** | **number** | | [optional] [default to undefined]
24
+ **raOffset** | **number** | | [optional] [default to undefined]
25
+ **decOffset** | **number** | | [optional] [default to undefined]
26
+ **totalOffset** | **number** | | [optional] [default to undefined]
27
+ **totalOffsetStdDev** | **number** | | [optional] [default to undefined]
28
+ **totalOffsetRMS** | **number** | | [optional] [default to undefined]
29
+ **capturedAt** | **string** | | [default to undefined]
30
+ **createdAt** | **string** | | [default to undefined]
31
+ **binning** | **number** | | [optional] [default to undefined]
32
+ **exposureLength** | **number** | | [default to undefined]
33
+ **fitsHeaders** | [**Array<FitsHeader>**](FitsHeader.md) | | [default to undefined]
34
+ **predictedStreakLocation** | [**V1PredictedStreakLocation**](V1PredictedStreakLocation.md) | | [optional] [default to undefined]
35
+ **rejectedReason** | [**V1ImageRejectionReason**](V1ImageRejectionReason.md) | | [optional] [default to undefined]
36
+ **featureSharpnessScore** | **number** | Sharpness score from resolved image processing. Null for non-resolved images. | [optional] [default to undefined]
37
+ **executionEnvironment** | **string** | | [optional] [default to undefined]
38
+
39
+ ## Example
40
+
41
+ ```typescript
42
+ import { V1ImageSetImage } from '@ourskyai/platform-api';
43
+
44
+ const instance: V1ImageSetImage = {
45
+ id,
46
+ thumbnailUrl,
47
+ imageUrl,
48
+ fullJpgUrl,
49
+ nodeId,
50
+ targetId,
51
+ ra,
52
+ dec,
53
+ imageSetId,
54
+ darkCalibrated,
55
+ flatCalibrated,
56
+ biasCalibrated,
57
+ fwhmAverage,
58
+ fwhmStdDev,
59
+ fwhmAngle,
60
+ raOffset,
61
+ decOffset,
62
+ totalOffset,
63
+ totalOffsetStdDev,
64
+ totalOffsetRMS,
65
+ capturedAt,
66
+ createdAt,
67
+ binning,
68
+ exposureLength,
69
+ fitsHeaders,
70
+ predictedStreakLocation,
71
+ rejectedReason,
72
+ featureSharpnessScore,
73
+ executionEnvironment,
74
+ };
75
+ ```
76
+
77
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,45 @@
1
+ # V1ImageSetImageDot
2
+
3
+ Data related to the extraction of a dot from an image.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **centroidRa** | **number** | | [default to undefined]
10
+ **centroidDec** | **number** | | [default to undefined]
11
+ **calibratedCentroidRa** | **number** | | [default to undefined]
12
+ **calibratedCentroidDec** | **number** | | [default to undefined]
13
+ **centroidTime** | **string** | | [default to undefined]
14
+ **centroidTimeIsGps** | **boolean** | | [default to undefined]
15
+ **centroidX** | **number** | | [default to undefined]
16
+ **centroidY** | **number** | | [default to undefined]
17
+ **snr** | **number** | | [default to undefined]
18
+ **magnitude** | **number** | | [default to undefined]
19
+ **magnitudeError** | **number** | | [default to undefined]
20
+ **magnitudeIsAbsolute** | **boolean** | | [default to undefined]
21
+ **magntiudeIsAccurate** | **boolean** | | [default to undefined]
22
+
23
+ ## Example
24
+
25
+ ```typescript
26
+ import { V1ImageSetImageDot } from '@ourskyai/platform-api';
27
+
28
+ const instance: V1ImageSetImageDot = {
29
+ centroidRa,
30
+ centroidDec,
31
+ calibratedCentroidRa,
32
+ calibratedCentroidDec,
33
+ centroidTime,
34
+ centroidTimeIsGps,
35
+ centroidX,
36
+ centroidY,
37
+ snr,
38
+ magnitude,
39
+ magnitudeError,
40
+ magnitudeIsAbsolute,
41
+ magntiudeIsAccurate,
42
+ };
43
+ ```
44
+
45
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,57 @@
1
+ # V1ImageSetImageStreak
2
+
3
+ Data related to the extraction of a streak from an image.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **centerRa** | **number** | | [default to undefined]
10
+ **centerDec** | **number** | | [default to undefined]
11
+ **calibratedCenterRa** | **number** | | [default to undefined]
12
+ **calibratedCenterDec** | **number** | | [default to undefined]
13
+ **centerTime** | **string** | | [default to undefined]
14
+ **centerTimeIsGps** | **boolean** | | [default to undefined]
15
+ **startX** | **number** | | [default to undefined]
16
+ **startY** | **number** | | [default to undefined]
17
+ **endX** | **number** | | [default to undefined]
18
+ **endY** | **number** | | [default to undefined]
19
+ **startRa** | **number** | | [default to undefined]
20
+ **startDec** | **number** | | [default to undefined]
21
+ **endRa** | **number** | | [default to undefined]
22
+ **endDec** | **number** | | [default to undefined]
23
+ **snr** | **number** | | [default to undefined]
24
+ **magnitude** | **number** | | [default to undefined]
25
+ **magnitudeError** | **number** | | [default to undefined]
26
+ **magnitudeIsAbsolute** | **boolean** | | [default to undefined]
27
+ **magntiudeIsAccurate** | **boolean** | | [default to undefined]
28
+
29
+ ## Example
30
+
31
+ ```typescript
32
+ import { V1ImageSetImageStreak } from '@ourskyai/platform-api';
33
+
34
+ const instance: V1ImageSetImageStreak = {
35
+ centerRa,
36
+ centerDec,
37
+ calibratedCenterRa,
38
+ calibratedCenterDec,
39
+ centerTime,
40
+ centerTimeIsGps,
41
+ startX,
42
+ startY,
43
+ endX,
44
+ endY,
45
+ startRa,
46
+ startDec,
47
+ endRa,
48
+ endDec,
49
+ snr,
50
+ magnitude,
51
+ magnitudeError,
52
+ magnitudeIsAbsolute,
53
+ magntiudeIsAccurate,
54
+ };
55
+ ```
56
+
57
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # V1Instruction
2
+
3
+ Instruction
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **observation** | [**V1ObservationInstruction**](V1ObservationInstruction.md) | | [optional] [default to undefined]
10
+ **diagnostic** | [**V1DiagnosticInstruction**](V1DiagnosticInstruction.md) | | [optional] [default to undefined]
11
+ **search** | [**Array<V1ObservationInstruction>**](V1ObservationInstruction.md) | | [optional] [default to undefined]
12
+ **resolved** | [**V1ResolvedInstruction**](V1ResolvedInstruction.md) | | [optional] [default to undefined]
13
+ **autofocus** | [**V1AutoFocusInstruction**](V1AutoFocusInstruction.md) | | [optional] [default to undefined]
14
+ **terrestrialDownlink** | [**V1TerrestrialDownlinkInstruction**](V1TerrestrialDownlinkInstruction.md) | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { V1Instruction } from '@ourskyai/platform-api';
20
+
21
+ const instance: V1Instruction = {
22
+ observation,
23
+ diagnostic,
24
+ search,
25
+ resolved,
26
+ autofocus,
27
+ terrestrialDownlink,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,16 @@
1
+ # V1JobStatus
2
+
3
+
4
+ ## Enum
5
+
6
+ * `PENDING` (value: `'PENDING'`)
7
+
8
+ * `RUNNING` (value: `'RUNNING'`)
9
+
10
+ * `SUCCEEDED` (value: `'SUCCEEDED'`)
11
+
12
+ * `CANCELLED` (value: `'CANCELLED'`)
13
+
14
+ * `FAILED` (value: `'FAILED'`)
15
+
16
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # V1LastInstructionResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [optional] [default to undefined]
9
+ **receivedAt** | **string** | | [optional] [default to undefined]
10
+ **trackingType** | [**TrackingType**](TrackingType.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1LastInstructionResponse } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1LastInstructionResponse = {
18
+ id,
19
+ receivedAt,
20
+ trackingType,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # V1LatestHfrResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **nodeId** | **string** | | [optional] [default to undefined]
9
+ **hfrValues** | **string** | | [optional] [default to undefined]
10
+ **timestamp** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1LatestHfrResponse } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1LatestHfrResponse = {
18
+ nodeId,
19
+ hfrValues,
20
+ timestamp,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # V1LogRecorded
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **log** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { V1LogRecorded } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1LogRecorded = {
16
+ log,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # V1MLModel
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **modelType** | [**ModelType**](ModelType.md) | | [default to undefined]
11
+ **modelDownloadUrl** | **string** | | [default to undefined]
12
+ **modelChecksum** | **string** | | [optional] [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { V1MLModel } from '@ourskyai/platform-api';
19
+
20
+ const instance: V1MLModel = {
21
+ id,
22
+ name,
23
+ modelType,
24
+ modelDownloadUrl,
25
+ modelChecksum,
26
+ createdAt,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,39 @@
1
+ # V1MatchedStar
2
+
3
+ Extracted stars that matched during plate solving
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **xCentroid** | **number** | The x-centroid | [default to undefined]
10
+ **yCentroid** | **number** | The y-centroid | [default to undefined]
11
+ **sequenceNumber** | **number** | The UCAC4 or GaiaUD number if known | [default to undefined]
12
+ **magnitude** | **number** | Extracted magnitude | [default to undefined]
13
+ **raRad** | **number** | The star RA | [default to undefined]
14
+ **decRad** | **number** | The star Dec | [default to undefined]
15
+ **catalogOffsetRad** | **number** | The calculated offset from the catalog star, if known. 0 otherwise | [default to undefined]
16
+ **catalogOffsetMagnitude** | **number** | | [optional] [default to undefined]
17
+ **flux** | **number** | | [default to undefined]
18
+ **hfr** | **number** | | [default to undefined]
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import { V1MatchedStar } from '@ourskyai/platform-api';
24
+
25
+ const instance: V1MatchedStar = {
26
+ xCentroid,
27
+ yCentroid,
28
+ sequenceNumber,
29
+ magnitude,
30
+ raRad,
31
+ decRad,
32
+ catalogOffsetRad,
33
+ catalogOffsetMagnitude,
34
+ flux,
35
+ hfr,
36
+ };
37
+ ```
38
+
39
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # V1Metric
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+ **value** | **number** | | [default to undefined]
10
+ **tags** | **Array<string>** | List of colon separated key value pairs, i.e. [\"tag1:value1\",\"tag2:value2\"] | [optional] [default to undefined]
11
+ **description** | **string** | | [optional] [default to undefined]
12
+ **type** | [**MetricType**](MetricType.md) | | [default to undefined]
13
+ **measuredAt** | **string** | | [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { V1Metric } from '@ourskyai/platform-api';
19
+
20
+ const instance: V1Metric = {
21
+ name,
22
+ value,
23
+ tags,
24
+ description,
25
+ type,
26
+ measuredAt,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)