Modular Data Acquisition with Python
Project description
Python |
OS |
Passed |
---|---|---|
3.8 |
Linux |
|
3.9 |
Linux |
|
3.10 |
Linux |
|
3.11 |
Linux |
|
3.12 |
Linux |
|
3.11 |
Windows |
PyMoDAQ, Modular Data Acquisition with Python, is a set of python modules used to interface any kind of experiments. It simplifies the interaction with detector and actuator hardware to go straight to the data acquisition of interest.
PyMoDAQ data is a set of utilities (constants, methods and classes) that are used for Data Management. It is heavily used with the PyMoDAQ framework but can also be used as a standalone package for data management in another context.
What are Data?
Data are objects with many characteristics able to properly describe real data taken on an experiment or calculated from theory:
a type: float, int, …
a dimensionality: Data0D, Data1D, Data2D and higher
units (dealt with the pint python package)
axes
actual data as numpy arrays
uncertainty/error bars
…
The PyMoDAQ Data package
Because of this variety, PyMoDAQ Data introduce a set of objects including metadata (for instance the time of acquisition) and various methods and properties to manipulate them during analysis for instance (getting name, slicing, concatenating…), save them and plot them (given you installed one of the available backend: matplotlib or Qt ( through the pymodaq_gui package)
To learn more, check the documentation.
Published under the MIT FREE SOFTWARE LICENSE
GitHub repo: https://github.com/PyMoDAQ
Documentation: http://pymodaq.cnrs.fr/
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 pymodaq_data-0.0.1.tar.gz
.
File metadata
- Download URL: pymodaq_data-0.0.1.tar.gz
- Upload date:
- Size: 161.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fe2876ac24dafad6b468c5fafef2271de584fb1785435b4c74dde44e63630d2 |
|
MD5 | 3539b8ef69c871c17e35c6da23b4c1ea |
|
BLAKE2b-256 | 24c0e9d1e98c95ecf42cdd020f682eb730b551d85c95fbc8d1f76779689ae59e |
File details
Details for the file pymodaq_data-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pymodaq_data-0.0.1-py3-none-any.whl
- Upload date:
- Size: 167.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2db2d9b35918140e0c90d35f73b6040ecab80a85e50c9a11a45281c9258a7d01 |
|
MD5 | 5d44071a7af846e099270a9e0ca01a47 |
|
BLAKE2b-256 | 3918d7db38547f75d6bcb12bbd3eabf5c37fc0269af87049dea626275e5d1553 |