Skip to content

OpticalImagingRequest

OpticalImagingRequest Schema

Properties

Name Type Description
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 Float (Optional) When using static exposure mode, this value will be used as the total exposure time regardless of instrumentation. It may result in inconsistent results across instruments of different sizes and efficiencies.
target_snr Float (Optional) The signal-to-noise ratio for results generated by this request. When exposure_time is not set, the total exposure time will be calculated using the target's brightness model and the specified signal-to-noise ratio.
target_full_well_fraction Float (Optional) The fraction of the full well capacity that the target's brightness model should reach. This is used to calculate the total exposure time if both exposure_time and target_snr are not set.
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
original_id Integer (Optional) No description
status Enum(active, inactive, completed) Status of the request.
kind Enum(template, draft, instance) No description
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.
iterations Integer The total number of results which should be obtained sequentially for this request.
current_iteration Integer 1-based current iteration 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

Relationships

Relationship Name Type
filter_specifiers FilterSpecifier
original ObservationRequest
draft ObservationRequest
tasks ObservationTask
current_task ObservationTask
instruments Instrument
observation Observation