Skip to content

Commit 532301f

Browse files
committed
update readme to reflect new changes
1 parent 9d9a2bd commit 532301f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,15 @@ For educational purposes, it is possible to use a laser pointer and a photo-diod
5656

5757
* **scanAndAcquire_OO** - The same features as scanAndAcquire_Polished but in an object-oriented interface.
5858

59+
* **scannerGUI** - A simple GUI wrapper for scanAndAcquire_OO. Currently it only:
60+
1. Starts/stops scanning
61+
2. Switches back and forth between unidirectional and bidirectional modes.
62+
3. Allows update of the bidirectional phase delay
63+
4. Saving that can be toggled with a checkbox
5964

6065
* The **buildingBlocks** folder contains code snippets to help teach the individual concepts from the above without providing a solution to the whole problem.
6166

62-
* The repository also contains functions for loading saved TIFF stacks from disk, etc.
67+
* The repository also contains a folder of utility functions. Currently just one for loading the saved TIFF stacks from disk.
6368

6469

6570
# Disclaimer

0 commit comments

Comments
 (0)