-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The script may look like:
import xxxx
### 1. Hardware Initialization
# 1.1 connect all device
xx.connect(xxx)
# 1.2 set confocal default parameters
confocal.pinhole('30')
others.other()
# 1.3 set camera parameters
camera.depth()
camera.roi(x0, y0, x1, y1)
camera.trigger(xxx)
camera.exposure()
other.other()
# 1.4 others
### 2. Microscopy Command
# 2.1 space control function
stage_move([[x, y], z]) # may be alterable number parameters
piezo_move(z)
# 2. imaging function
image = camera.capture_single_frame()
# 3. Other
### 3. Release resource?Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request