Measurement Automation Handling and Orchestration System
Project description
MAHOS: Measurement Automation Handling and Orchestration System.
This mahos package provides base system for distributed measurement automation.
Documentation
Documentation is browsable here.
You can also browse the documentation locally by make browse or opening docs directory with a web browser.
Install
Read the Installation guide.
In short, we recommend editable installation with cloned repository:
Clone this repo somewhere.
Install the mahos package: pip install -e ./pkgs/mahos or pip install -e './pkgs/mahos[inst]' (the latter installs optional packages for instrument drivers).
(optional, for development) Install development tools: pip install -e './pkgs/mahos[dev]'
(optional) Install the mahos-dq and mahos-dq-ext packages: pip install -e ./pkgs/mahos-dq and pip install -e ./pkgs/mahos-dq-ext.
Test the installation with pytest.
Run
To use the mahos-based system, you need to write a toml configuration file first. With your config, use the command line interface to start the nodes and interact with them.
The tutorial and corresponding examples are provided to get used to these concepts.
Realistic examples are provided for confocal microscope / ODMR system using mahos-dq.
There is an example config for the unit test too. Here you can observe main built-in measurement logics and GUIs with mock instruments.
Cite
If you publish a research work based on MAHOS, we would be grateful if you could cite this paper . The BibTeX snippet can be copied below.
@article{Tahara2023, doi = {10.21105/joss.05938}, url = {https://doi.org/10.21105/joss.05938}, year = {2023}, publisher = {The Open Journal}, volume = {8}, number = {91}, pages = {5938}, author = {Kosuke Tahara}, title = {MAHOS: Measurement Automation Handling and Orchestration System}, journal = {Journal of Open Source Software} }
License
The mahos project is licensed under the 3-Clause BSD License.
Redistribution
The GUI theme is taken from BreezeStyleSheets project, which is licensed under the MIT license: Copyright 2013-2014 Colin Duquesnoy and 2015-2016 Alex Huszagh.
A file includes a function from the pyqtgraph project, which is licensed under the MIT license: Copyright 2012 Luke Campagnola, University of North Carolina at Chapel Hill.
Contributing
Please check out Contribution Guidelines.
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
File details
Details for the file mahos-0.4.0.tar.gz.
File metadata
- Download URL: mahos-0.4.0.tar.gz
- Upload date:
- Size: 280.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70aed6b10c422496066adb7fedb7dd16830fd532189697320ba41e8118bbe5d2
|
|
| MD5 |
19ce185e08d722554caa2aac421bd65f
|
|
| BLAKE2b-256 |
ba37fda1861fa081fb95b292dbe0d0858a8584449db5168645ffb06c32d46c1a
|