From 98c5892c26fa7180f26b19508e594636e105a36e Mon Sep 17 00:00:00 2001
From: Plougonven Erwan <eplougonven@uliege.be>
Date: Wed, 22 May 2024 13:12:33 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 1d91a84..d408a04 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,13 @@
 Python code for reading profilometry data from a Veeco Wyko NT9100,  preprocessing it, and saving it into another format for further processing. 
 
 ![A picture of the profilometer.](assets/Veeco_Wyko_NT9100_photo.png)
+
 *A picture of the Veeko profilometer.*
 
 In the Veeco software, the file should be saved in ASC format.
 
 ![ASC options.](assets/Veeko_ASC_save_opts.png)
+
 *Options for the ASC format in the Veeko software.*
 
 ### Notes 
@@ -28,6 +30,7 @@ In the Veeco software, the file should be saved in ASC format.
 The following figure shows an example of the process on data from a face of a 2 mm polyhedral particle.
 
 ![Illustration of the processing steps](assets/Example.png)
+
 *Illustration of the steps the code performs, form left to right: reading, cleaning, filling.*
 
 ## Functions
@@ -38,6 +41,7 @@ The data passed between function is stored in a [NumPy array](https://numpy.org/
 Simple usage, the only parameter is the input file name. It outputs the profilometry data, what I call the height field `hfld`, as well as an intensity field `ifld`. 
 
 ![Illustration of an intensity field.](assets/Example_intensity.png)
+
 *The intensity field from the data shown in the example above.*
 
 ### `removePeaks`
-- 
GitLab