Instrument
Instrument Schema (Abstract Base)
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| uid | UUID |
No description |
| configuration_version | Integer |
Monotonic version incremented when scheduling-relevant instrument configuration changes. |
| configuration_updated_on | DateTime |
Timestamp of the last scheduling-relevant instrument configuration update. |
| instrument_type | Enum(optical_imager, radio_spectrometer) |
No description |
| is_active | Boolean |
No description |
| custom_name | String(100) (Optional) |
No description |
| telescope_id | Integer |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| telescope | Telescope |
| snapshots | InstrumentSnapshot |
Subclasses
| Name | instrument_type |
|---|---|
OpticalImager |
optical_imager |
RadioSpectrometer |
radio_spectrometer |