From 7d6320b12109e63219b88a39e1abcb710645bc0b Mon Sep 17 00:00:00 2001
From: Nicolas Roisin <nicolas.roisin@uclouvain.be>
Date: Fri, 28 Mar 2025 13:20:06 +0000
Subject: [PATCH] Modifier README.md

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 512d990..b01f3ae 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for
 
 ## Structure
 - **data_analysis** for the analysis of lab equipment:
-    - Raman spectroscopy
-    - White-light interferometer
-    - Profilometer
+    - Data processing function such as baseline removal, interpolation, filtering, ...
+    - File handling to read data files and writting processed data in files
+    - Specific functions to analyse measurements such as Raman specroscopy
 - **equipment_control** for the control of various lab equipment:
     - Digital multimeter (DMM) *DMM7510*, *DMM6500* and *K2000*
     - 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
 
 ```
 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 push -uf origin main
 ```
@@ -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.
 
 ## 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
  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>) 
-- 
GitLab