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()
# x stage position of field
print(tmpl.field(well_x=1, well_y=1, field_x=1, field_y=1).FieldXCoordinate)
Read more on available elements and attributes in SCANNINGTEMPLATE.md.
Documentation
Read about available commands in the API reference: http://leicascanningtemplate.rtfd.org/
Development
Install dependencies and link development version of leicascanningtemplate to pip:
pip install -r dev-requirements.txt
./setup.py develop
Testing
pip install tox
tox
Build documentation locally
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file leicascanningtemplate-0.0.3.tar.gz.
File metadata
- Download URL: leicascanningtemplate-0.0.3.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffbf2876a7d1f50d33ec75e416e2c95ec17cb79f42f6cff7f7884fc75e9da031
|
|
| MD5 |
5b5945483cd9943d075b85ebe234d601
|
|
| BLAKE2b-256 |
06330d17fe5ef4fd09e287fc13d1ac9112577d0c618a5ee01773c9223d5f7671
|
File details
Details for the file leicascanningtemplate-0.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: leicascanningtemplate-0.0.3-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 |
a3df4a763711055b03ee9d869ae13f1e7a1490a744119b6a04cf10efe32d9809
|
|
| MD5 |
5292dcc91231892972123988567d2552
|
|
| BLAKE2b-256 |
4e1ef403328ee20e610e1113d30272b0e777a81a93c5ca96cb5fa694557061fe
|