From 7ea7dce60201e7b1276ff96bb832bd755f763d92 Mon Sep 17 00:00:00 2001 From: chuan Date: Mon, 8 Dec 2025 16:23:13 +0800 Subject: [PATCH] 1 --- src/navigate/config/configuration.yaml | 161 +++++++++++++++++++++++++ 1 file changed, 161 insertions(+) diff --git a/src/navigate/config/configuration.yaml b/src/navigate/config/configuration.yaml index 9503a29..30de8d8 100644 --- a/src/navigate/config/configuration.yaml +++ b/src/navigate/config/configuration.yaml @@ -390,6 +390,167 @@ microscopes: max: 5 type: LuxX + AndorTest: + daq: + hardware: + type: synthetic + + sample_rate: 100000 + + # triggers + master_trigger_out_line: PXI6259/port0/line1 + camera_trigger_out_line: /PXI6259/ctr0 + trigger_source: /PXI6259/PFI0 + + # Digital Laser Outputs + laser_port_switcher: PXI6733/port0/line0 + laser_switch_state: False + + camera: + hardware: + type: Andor Test Camera + serial_number: 0 + defect_correct_mode: 2.0 + delay: 1.0 + settle_down: 0.0 + flip_x: False + flip_y: False + + remote_focus: + hardware: + type: synthetic + channel: ao2 + min: 0 + max: 5 + + galvo: + - + hardware: + type: synthetic + channel: ao0 + min: -5 + max: 5 + waveform: sine + phase: 1.57079 + + filter_wheel: + hardware: + type: synthetic + wheel_number: 1 + filter_wheel_delay: 0.030 + available_filters: + Empty-Alignment: 0 + GFP - FF01-515/30-32: 1 + RFP - FF01-595/31-32: 2 + Far-Red - BLP01-647R/31-32: 3 + Blocked1: 4 + Blocked2: 5 + Blocked3: 6 + Blocked4: 7 + Blocked5: 8 + Blocked6: 9 + + stage: + hardware: + - + type: synthetic + axes: [x, y, z, theta, f] + axes_mapping: [1, 2, 3, 4, 5] + min: 0.0 + max: 5.0 + + joystick_axes: [x, y, z] + x_max: 100000 + x_min: -100000 + y_max: 100000 + y_min: -100000 + z_max: 100000 + z_min: -100000 + f_max: 100000 + f_min: -100000 + theta_max: 360 + theta_min: 0 + + x_offset: 0 + y_offset: 0 + z_offset: 0 + theta_offset: 0 + f_offset: 0 + + flip_x: False + flip_y: False + flip_z: False + flip_f: False + + zoom: + hardware: + type: synthetic + position: + 1x: 0 + 2x: 1000 + 3x: 2000 + pixel_size: + 1x: 6.38 + 2x: 3.14 + 3x: 2.12 + stage_positions: + BABB: + f: + 1x: 0 + 2x: 1 + 3x: 2 + + shutter: + hardware: + type: synthetic + channel: port0/line0 + min: 0 + max: 5 + + laser: + - wavelength: 488 + onoff: + hardware: + type: synthetic + channel: port0/line2 + min: 0 + max: 5 + power: + hardware: + type: synthetic + channel: ao0 + min: 0 + max: 5 + type: LuxX + - wavelength: 562 + onoff: + hardware: + type: synthetic + channel: port0/line3 + min: 0 + max: 5 + power: + hardware: + type: synthetic + channel: ao1 + min: 0 + max: 5 + type: Obis + - wavelength: 642 + onoff: + hardware: + type: synthetic + channel: port0/line4 + min: 0 + max: 5 + power: + hardware: + type: synthetic + channel: ao2 + min: 0 + max: 5 + type: LuxX + gui: channels: count: 5