https://github.com/zabertech/zaber-examples
Zaber Community Code Examples
https://github.com/zabertech/zaber-examples
microscope motion-control
Last synced: 13 days ago
JSON representation
Zaber Community Code Examples
- Host: GitHub
- URL: https://github.com/zabertech/zaber-examples
- Owner: zabertech
- License: mit
- Created: 2023-05-31T17:21:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-27T19:04:58.000Z (6 months ago)
- Last Synced: 2025-08-28T03:35:35.402Z (6 months ago)
- Topics: microscope, motion-control
- Language: Python
- Homepage: https://www.zaber.com/
- Size: 150 MB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Zaber Community Code Examples
This repository contains code examples on how to control [Zaber](https://www.zaber.com) devices, that you can use in your own scripts and programs. Feel free to browse through application examples to help you get something up and running quickly.
Application examples and code snippets are in the [`examples/`](examples/) subdirectory.
## Installation
Since this is just a set of examples, there is nothing to install. You can browse code right on GitHub, or clone this repository to a local copy.
git clone https://github.com/zabertech/zaber-examples.git
Each example may have language-specific installation instructions within their respective `README.md` files.
## Contributing
We welcome contribution from the community. Please read [Contributing Guideline](docs/CONTRIBUTING.md) for details on how to get your code examples accepted into the repository.
## License
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).