Skip to content
Extraits de code Groupes Projets

Modifier README.md

Fusionnées Nicolas Roisin a demandé de fusionner (removed):main vers main
1 fichier
+ 5
5
Comparer les modifications
  • Côte à côte
  • En ligne
+ 5
5
@@ -8,9 +8,9 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for
@@ -8,9 +8,9 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for
## Structure
## Structure
- **data_analysis** for the analysis of lab equipment:
- **data_analysis** for the analysis of lab equipment:
- Raman spectroscopy
- Data processing function such as baseline removal, interpolation, filtering, ...
- White-light interferometer
- File handling to read data files and writting processed data in files
- Profilometer
- Specific functions to analyse measurements such as Raman specroscopy
- **equipment_control** for the control of various lab equipment:
- **equipment_control** for the control of various lab equipment:
- Digital multimeter (DMM) *DMM7510*, *DMM6500* and *K2000*
- Digital multimeter (DMM) *DMM7510*, *DMM6500* and *K2000*
- Source Measurement Unit (SMU) *K2400* and *K2450*
- Source Measurement Unit (SMU) *K2400* and *K2450*
@@ -33,7 +33,7 @@ If you want to keep track of the latest develepments, you can download the gitla
@@ -33,7 +33,7 @@ If you want to keep track of the latest develepments, you can download the gitla
```
```
cd existing_repo
cd existing_repo
git remote add origin https://forge.uclouvain.be/LocLahaye/chopes.git
git remote add origin https://forge.uclouvain.be/LocLahaye/dopes.git
git branch -M main
git branch -M main
git push -uf origin main
git push -uf origin main
```
```
@@ -59,7 +59,7 @@ import data_analysis.raman as ram
@@ -59,7 +59,7 @@ import data_analysis.raman as ram
We welcome any feedback on issue, missing operation or equipment but also idea for further improvements.
We welcome any feedback on issue, missing operation or equipment but also idea for further improvements.
## Authors and acknowledgment
## Authors and acknowledgment
The initial idea of this project has been thought by **Loïc Lahaye**, with the help of **Nicolas Roisin**.
The initial idea of this project has been thought by **Loïc Lahaye** and **Nicolas Roisin**.
## License
## License
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>)
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>)
Chargement en cours