@@ -17,12 +17,11 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for
- Climatic chamber *SH242* (sh242.py)
- script examples for the equipments
## Requirements
DOpeS is made from functions, classes and scripts based on Python programming lanquage. The following packages are required for the data analysis and the equipment control:
-**Numpy** for the data handling and processing
-**SciPy** for the data processing tools such as interpolation and filtering (only for *data_analysis* part)
-**Pyvisa** for the communication with equipment (only for *equipment_control* part)
-<ahref=https://pypi.org/project/numpy/>**Numpy**</a>for the data handling and processing
-<ahref=https://pypi.org/project/scipy/>**SciPy**</a>for the data processing tools such as interpolation and filtering (only for *data_analysis* part)
-<ahref=https://pypi.org/project/PyVISA/>**Pyvisa**</a>for the communication with equipment (only for *equipment_control* part)
The python packages can be installed from python the Python Package Index (pip):
```
...
...
@@ -47,7 +46,7 @@ To use it, you only have to create a python script in you favorite IDE and inser
```
import sys
sys.path.insert(1, '/path/to/chopes')
sys.path.insert(1, '/path/to/dopes')
```
The various tools can then be accessed as any python packages and classes:
...
...
@@ -72,6 +71,6 @@ You can also document commands to lint the code or run tests. These steps help t
The intitial idea of this project has been thought by **Loïc Lahaye** with the help of **Nicolas Roisin**.