From 57da7cd0ac3c6fbd6d61a39d26a83a00a0efa89c Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Mon, 23 Jan 2023 18:55:35 +0100
Subject: [PATCH] docs(Readme): add clarifications

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

diff --git a/README.md b/README.md
index 767f4ca..9272fcd 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,32 @@
 # MechaRaptor - Experimental data analysis
 
-This repository contains the script used to parse, clean and analyze the raw
+This repository contains the scripts used to parse, clean and analyze the raw
 experimental data for the MechaRaptor.
 
 ## Data
 
 The data come from three different sources:
 
-1. Wind tunnel itself (`<YYYY>-Serie<X>-Identification.csv`)
+1. Wind tunnel itself
     - airspeed
     - atmospheric pressure
     - the temperature
-2. Wind tunnel load sensors (`wtFiles/`):
+2. Wind tunnel load sensors
     - Measure of forces and moments in three axes
-3. Arduino acquisition (`arduinoFiles/`):
+3. Arduino acquisition
     - Measure of wing angles
     - Measure of electrical power (tension and current)
     - Input values
 
+Raw data and details about them can be found in their respective repositories
+(loaded as submodules).
+
 ## Scripts
 
-[TODO]
+The scripts were made in a rush and are currently a bit messy. They will be
+reworked properly in the following weeks before the start of a more extensive
+wind tunnel testing campaign.
+
 
 ## Important notes
 
-- 
GitLab