From bf2ed46ee0549db04392983a89e2621346e68649 Mon Sep 17 00:00:00 2001
From: Plougonven Erwan <eplougonven@uliege.be>
Date: Thu, 16 May 2024 15:18:00 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index f114883..676a245 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,11 @@ Python code for converting profilometry data from a Veeco Wyko NT9100 into anoth
 - [ ] Edit the input and output file names in the `main()` function.
 - [ ] Run the code. 
 
+## Example
+![The raw data from the ASC file](assets/Example_1-raw_data.png)
+![Once the peaks are removed](assets/Example_2-removed_peaks.png)
+![After the undefined regions are filled](assets/Example_3-filled.png)
+
 ## Functions
 ### `extract_Wyko_ASCII_data`
 ### `removePeaks`
-- 
GitLab