convenience library for talking with leica matrix screener scanning templates
Project description
Overview
Convenience library for talking with Leica matrix screener scanning template XMLs.
Installation
Install using pip…
pip install leicascanningtemplate
Example
from leicaleicascanningtemplate import ScanningTemplate
tmpl = ScanningTemplate('path/to/scantempl.xml')
tmpl.add_well(well_x=2, well_y=3, start_x=30e-3, start_y=44e-3)
tmpl.write()
API reference
Development
Install dependencies and link development version of leicascanningtemplate to pip:
pip install -r dev-requirements.txt
./setup.py develop
Testing
tox
Build documentation locally
To build the documentation, you’ll need sphinx:
pip install -r docs/requirements.txt
To build the documentation:
make docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file leicascanningtemplate-0.0.2.tar.gz
.
File metadata
- Download URL: leicascanningtemplate-0.0.2.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 163f9579859fa2d3358644338f418ce14f46eda20afd850d1eee9424722a3a1d |
|
MD5 | 6b4a59b3d4a46b215285343387d26ee1 |
|
BLAKE2b-256 | 9770a0856302ebc4a9f9c3d36189cd83dcca58633da75dfeaeee7db908201b86 |
File details
Details for the file leicascanningtemplate-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: leicascanningtemplate-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a8596b85019ede59444f1e766363aa537b044c892126edcddac45c4ca9067ea |
|
MD5 | ecd59731b3fad622fec979bbd40e3128 |
|
BLAKE2b-256 | babed341a3de0e3c2c186eaff1007e5d1467f5abe7703cc7747a65b3f30125d0 |