Skip to content
Extraits de code Groupes Projets
Valider abce858f rédigé par Nicolas Roisin's avatar Nicolas Roisin
Parcourir les fichiers

Update file README.md

parent b4bbf5b5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -17,12 +17,11 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for ...@@ -17,12 +17,11 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for
- Climatic chamber *SH242* (sh242.py) - Climatic chamber *SH242* (sh242.py)
- script examples for the equipments - script examples for the equipments
## Requirements ## 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: 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 - <a href=https://pypi.org/project/numpy/> **Numpy** </a> for the data handling and processing
- **SciPy** for the data processing tools such as interpolation and filtering (only for *data_analysis* part) - <a href=https://pypi.org/project/scipy/> **SciPy** </a> 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) - <a href=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): 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 ...@@ -47,7 +46,7 @@ To use it, you only have to create a python script in you favorite IDE and inser
``` ```
import sys 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: 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 ...@@ -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**. The intitial idea of this project has been thought by **Loïc Lahaye** with the help of **Nicolas Roisin**.
## License ## License
DOpeS © 2025 by Loïc Lahaye and Nicolas Roisin is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) DOpeS © 2025 by Loïc Lahaye and Nicolas Roisin is licensed under <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International </a> (<a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> CC BY-NC-SA 4.0</a>)
## Project status ## Project status
Still alive Still alive
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter