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

---
 README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 12dd367..069f5ce 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,17 @@
 # Convert Veeco Wyko NT9100 ASC format
 
+## Description
+
+Python code for converting profilometry data from a Veeco Wyko NT9100 into another format for further processing. In the Veeco software, the file should be saved in ASC format.
+
+## Notes 
+
+- There are several options in the Veeco software for saving in the ASC format. I think all should work except for the `XYZ Triplet, Pixel` option.
+- The code useful for the user is contained in a `main()` so I can put that at the top, and all the internal stuff you don't care for at the end, and keep everything in one file.
 
 
-## Getting started
+## template
 
-To make it easy for you to get started with GitLab, here's a list of recommended next steps.
 
 Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
 
-- 
GitLab