We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
YuhaoWang55
No branches or pull requests
The script may look like:
The text was updated successfully, but these errors were encountered: