Metadata-Version: 2.1
Name: pymodaq
Version: 2.0
Summary: Modular Data Acquisition with Python
Home-page: http://pymodaq.cnrs.fr
Author: Sébastien Weber
Author-email: sebastien.weber@cemes.fr
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: CeCILL-B Free Software License Agreement (CECILL-B)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.6, <3.8
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyqtgraph (==0.10)
Requires-Dist: easydict
Requires-Dist: tables
Requires-Dist: pymodaq-plugins (>=1.2.3)
Requires-Dist: pymodaq-pid-models
Requires-Dist: simple-pid
Requires-Dist: python-dateutil

PyMoDAQ
#######

PyMoDAQ, Modular Data Acquisition with Python, is a set of **python** modules used to perform automated measurements. 


.. figure:: http://pymodaq.cnrs.fr/_static/splash.png
   :alt: shortcut


Description:
************

It is made for the scientist who need to perform various acquisitions without having to write a user/interface for each new experiment. PyMoDAQ interface is fixed, and any new hardware can be added as a small plugin. Preset modes of a given set of actuators and detectors can be written for easy experiment inititialization.

Modules:
********

It is divided in three main modules:

* **DAQ_Move** : used to control/drive an actuator (stand alone and/or automated). Any number of these modules can be instantiated.
* **DAQ_Viewer** : used to control/drive a detector (stand alone and/or automated). Any number of these modules can be instantiated.
* **DAQ_Scan** : This is the module that will initialize all preset actuators and detectors. Then will automate the data acquisition.

Published under the CeCILL-B FREE SOFTWARE LICENSE

GitHub repo: https://github.com/CEMES-CNRS

Documentation: http://pymodaq.cnrs.fr/


