Skip to content
New issue

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 Demo Python Script for Numphscopy Workflow #4

Open
JiangXL opened this issue Sep 15, 2019 · 0 comments
Open

The Demo Python Script for Numphscopy Workflow #4

JiangXL opened this issue Sep 15, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JiangXL
Copy link
Member

JiangXL commented Sep 15, 2019

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?
@JiangXL JiangXL added the enhancement New feature or request label Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants