| id |
Integer |
No description |
| allow_binning |
Boolean (Optional) |
Allow using non-default camera binning. |
| electronic_shutter |
Boolean (Optional) |
Require the camera to have electronic shutter (interline CCD or CMOS). |
| global_shutter |
Boolean (Optional) |
Require the camera to have global shutter sreadout (CMOS only). |
| min_bit_depth |
Integer (Optional) |
The minimum bit depth of the camera. |
| max_bit_depth |
Integer (Optional) |
The maximum bit depth of the camera. |
| fast_readout |
Boolean (Optional) |
Prefer fast over low noise readout modes. |
| rbi_flood |
Boolean (Optional) |
Prefer RBI flooding-enabled or RBI-less readout modes over those subject to RBI. |
| high_gain |
Boolean (Optional) |
Prefer high gain over low gain readout modes. |
| hdr |
Boolean (Optional) |
Prefer high dynamic range over low dynamic range readout modes. |
| exposure_time_sec |
Float (Optional) |
Fixed exposure-sizing mode: the total exposure time in seconds, used as-is on every instrument. One of three mutually-exclusive exposure-sizing modes (set exactly one of exposure_time_sec / target_snr / target_full_well_fraction). A fixed time may give inconsistent depth across instruments of different aperture / efficiency. |
| target_snr |
Float (Optional) |
SNR exposure-sizing mode: the target signal-to-noise ratio. When this is the selected mode, the total exposure time is computed per-instrument from the configuration's brightness model and this SNR. One of three mutually-exclusive exposure-sizing modes (set exactly one of exposure_time_sec / target_snr / target_full_well_fraction). |
| target_full_well_fraction |
Float (Optional) |
Well-depth exposure-sizing mode: the fraction of full-well capacity the target's brightness model should reach. When this is the selected mode, the total exposure time is computed per-instrument from the brightness model to reach that count level. One of three mutually-exclusive exposure-sizing modes (set exactly one of exposure_time_sec / target_snr / target_full_well_fraction). This is a sizing target, NOT a saturation guard — per-frame saturation is capped separately by the configuration's saturation_model + saturation_level_fraction. |
| allow_coadding |
Boolean |
Whether the result can consist of multiple exposures which are coadded to achieve the desired exposure time. If false, the observation will only be dispatched to telescopes with sufficient tracking performance if the expected target counts don't exceed the saturation limit. |
| allow_registration |
Boolean |
Reduce and align exposures before coadding. |
| uid |
UUID |
No description |
| status |
Enum(active, inactive, completed) |
Status of the request. |
| is_deleted |
Boolean |
Flag indicating if the request is deleted. |
| observation_id |
Integer |
No description |
| request_type |
Enum(optical_imaging, optical_imaging_bias_calibration, optical_imaging_dark_calibration, optical_imaging_flat_calibration, radio_tracking, radio_mapping) |
Type of the observation. |
| instrument_mode |
Enum(none, include, exclude) |
Access mode for the instruments. If none, all instruments from the observing accounts are available. |
| sample_count |
Integer |
Temporal samples of THIS request per epoch (was iterations). NOT depth — depth is target SNR / integration time on the imaging configuration, split into frames at dispatch by the instrument's max exposure. |
| current_sample |
Integer |
1-based current sample derived from the most recent task update for this request. |
| order |
Integer |
No description |
| active |
Boolean |
No description |
| created_on |
DateTime |
No description |
| modified_on |
DateTime |
No description |
| current_task_id |
Integer (Optional) |
No description |