RadioSpectrometerConfiguration
RadioSpectrometerConfiguration Schema¶
Description: Per-instrument radio configuration (gain-calibration policy).
Mirrors ``OpticalImagerCalibrationConfiguration``: a 1:1 sub-record on the
instrument, edited by telescope operators in SkyNode → Settings → Instruments
→ Radio Spectrometers (tel-ops-only; not surfaced on the website editor).
Consumed by the radio task executors' shared ``run_gain_calibration``
procedure. See
docs/internal/archive/agents/radio-spectrometer-controller/radio-spectrometer-configuration-plan.md.
Properties¶
| Name | Type | Description |
|---|---|---|
| radio_spectrometer_id | Integer |
No description |
| cal_method | Enum(none, pre, post, pre_and_post) |
Where the gain cal sits relative to the science segment. |
| cal_duration_sec | Float |
Per-phase gain-cal duration (seconds): the diode is ON for this long, then OFF for this long. Not a total. |
| cal_cycles | Integer |
Number of on/off cycles each gain cal runs through. |
| cal_level | Integer |
Noise-diode level injected during the ON phase (bounded by the receiver's available_noise_diode_levels). |
| mount_stamp_interval_sec | Float |
Cadence for stamping actual mount pointing into the acquisition (seconds). |
| focus_stamp_interval_sec | Float |
Cadence for stamping focuser position into the acquisition (seconds). |
| weather_stamp_interval_sec | Float |
Cadence for stamping ambient temperature into the acquisition (seconds). |
Relationships¶
| Relationship Name | Type |
|---|---|
| radio_spectrometer | RadioSpectrometer |