Skip to content

Commit bdfbf84

Browse files
committed
deformable mirror configuration
1 parent 49cf563 commit bdfbf84

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/source/user_guide/hardware/deformable_mirror.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ coefficients.
3030
hardware:
3131
type: ImagineOpticsMirror
3232
flat_path: D:\WaveKitX64\MirrorFiles\BeadsCoverslip_20231212.wcs
33-
n_modes: 32
33+
n_modes: 32
3434
3535
3636
|
@@ -50,8 +50,9 @@ one must configure the software to use a synthetic deformable mirror.
5050
microscopes:
5151
microscope_name:
5252
mirror:
53-
type: SyntheticMirror
54-
flat_path: D:\WaveKitX64\MirrorFiles\BeadsCoverslip_20231212.wcs
53+
hardware:
54+
type: SyntheticMirror
55+
flat_path: D:\WaveKitX64\MirrorFiles\BeadsCoverslip_20231212.wcs
5556
n_modes: 32
5657
5758

src/navigate/config/configuration_database.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,16 +507,15 @@
507507
}
508508

509509
mirror_hardware_widgets = {
510-
"type": ["Device Type", "Combobox", "string", mirror_device_types, None],
511-
"flat_path": [
510+
"hardware/type": ["Device Type", "Combobox", "string", mirror_device_types, None],
511+
"hardware/flat_path": [
512512
"Flat Mirror Path",
513513
"Input",
514514
"string",
515515
None,
516516
"Example: D:\WaveKitX64\MirrorFiles\Beads.wcs",
517517
],
518518
"n_modes": ["Number of Modes", "Input", "int", None, "Example: 32", 32],
519-
"frame_config": {"ref": "hardware"},
520519
}
521520

522521
laser_device_types = {"Analog Device": "NI", "Virtual Device": "synthetic"}

0 commit comments

Comments
 (0)