Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions software/configurations/configuration_HCS_v2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ _Z_MOTOR_CONFIG_OPTIONS = ["STEPPER", "STEPPER + PIEZO", "PIEZO", "LINEAR"]
rotate_image_angle = None
flip_image = Vertical
_flip_image_options = [Vertical, Horizontal, Both, None]
crop_width_unbinned = 3000
crop_height_unbinned = 3000
crop_width_unbinned = 2700
crop_height_unbinned = 2700
pixel_format_default = MONO8
_default_pixel_format_options = [MONO8, MONO12, MONO14, MONO16, BAYER_RG8, BAYER_RG12]

Expand Down Expand Up @@ -255,4 +255,4 @@ _notify_on_acquisition_start_options = [True, False]
notify_on_acquisition_finished = True
_notify_on_acquisition_finished_options = [True, False]
send_mosaic_snapshots = True
_send_mosaic_snapshots_options = [True, False]
_send_mosaic_snapshots_options = [True, False]
Loading