Skip to content

The Demo Python Script for Numphscopy Workflow #4

Description

@JiangXL

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions