Ota
Ota Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
The unique identifier for the device. |
| model_id | Integer (Optional) |
No description |
| parent_ota_id | Integer (Optional) |
No description |
| offset_scalar | Float (Optional) |
No description |
| offset_x | Float (Optional) |
No description |
| offset_y | Float (Optional) |
No description |
| offset_z | Float (Optional) |
No description |
| aperture | Float |
Unobstructed aperture of the OTA in meters. |
| focal_length | Float |
Focal length of the OTA in meters. |
| optical_design | String(50) (Optional) |
No description |
| model_name | String(50) (Optional) |
No description |
| manufacturer | String(50) (Optional) |
No description |
| uid | UUID |
No description |
| device_type | Enum(enclosure, ota, camera, focuser, instrument_rotator, filter_wheel, mount, weather_sensor, antenna, receiver, radio_backend) |
The type of the device. |
| telescope_id | Integer (Optional) |
No description |
| observatory_id | Integer (Optional) |
No description |
| owner_id | Integer |
The organization or user which owns the device. |
| name | String(Unbounded) (Optional) |
The name of the device. |
| serial_number | String(100) (Optional) |
No description |
| image_id | UUID (Optional) |
No description |
| is_deleted | Boolean |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| model | OtaModel |
| optical_imagers | OpticalImager |
| parent_ota | Ota |
| owner | Entity |
| telescope | Telescope |
| observatory | Observatory |
| image | File |
| log | DeviceLogEntry |
| operational_constraint_actions | OperationalConstraintAction |