Skip to content

Camera

Camera Schema

Properties

Name Type Description
id Integer The unique identifier for the device.
model_id Integer (Optional) No description
default_binning Integer Default binning factor for the camera.
temperature_setpoint Float (Optional) Target camera temperature setpoint in degrees Celsius.
temperature_setpoint_tolerance Float (Optional) Allowed temperature tolerance in degrees Celsius.
cooler_policy Enum(always_on, pre_cool_for_tasks, manual_only) Camera cooler policy for automatic temperature control.
cooler_prestart_lead_time_sec Float Lead time in seconds to pre-cool before tasks.
cooler_idle_timeout_sec Float Idle timeout in seconds before turning off the cooler.
array_width Integer Number of physical pixels along the horizontal axis.
array_height Integer Number of physical pixels along the vertical axis.
pixel_size Float Unbinned pixel size in microns.
full_well_capacity Float Unbinned full well capacity in electrons.
is_color Boolean Whether the camera is color or monochrome.
has_electronic_shutter Boolean Whether the camera has an electronic shutter.
is_global_shutter Boolean Whether the camera is either a CCD or a global shutter CMOS.
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 CameraModel
optical_imagers OpticalImager
readout_modes CameraReadoutMode
owner Entity
telescope Telescope
observatory Observatory
image File
log DeviceLogEntry
operational_constraint_actions OperationalConstraintAction