Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arve0/leicaautomator
Automatic scanning with Leica SPX microscopes
https://github.com/arve0/leicaautomator
Last synced: 8 days ago
JSON representation
Automatic scanning with Leica SPX microscopes
- Host: GitHub
- URL: https://github.com/arve0/leicaautomator
- Owner: arve0
- License: mit
- Created: 2015-02-25T15:10:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T17:17:53.000Z (over 6 years ago)
- Last Synced: 2024-09-21T21:28:49.855Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 28.9 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leicaautomator
[![build-status-image]][travis]
[![pypi-version]][pypi]
[![wheel]][pypi]## Overview
Automate scans on Leica SPX microscopes
## Requirements
* Python (2.7, 3.4)
## Installation
Install using `pip`...
```bash
pip install leicaautomator
```TODO: note about qt
**Mac users:**
Run PySide post install:
```bash
pyside_postinstall.py -install
```## Example
![](demo.png)
## Documentation
Read API reference: http://leicaautomator.rtfd.org/## Development
Install dependencies and link development version of leicaautomator to pip:
```bash
git clone https://github.com/arve0/leicaautomator
cd leicaautomator
pip install -r requirements.txt
```#### run test
```bash
tox
```#### extra output, jump into pdb upon error
```bash
tox -- -s --pdb
```#### build api reference
```bash
pip install -r docs/requirements.txt
make docs
```[build-status-image]: https://secure.travis-ci.org/arve0/leicaautomator.png?branch=master
[travis]: http://travis-ci.org/arve0/leicaautomator?branch=master
[pypi-version]: https://img.shields.io/pypi/v/leicaautomator.svg
[pypi]: https://pypi.python.org/pypi/leicaautomator
[wheel]: https://img.shields.io/pypi/wheel/leicaautomator.svg