From c4e25bcc3cba806cdbfa4a96d48e77ba3c333bf4 Mon Sep 17 00:00:00 2001 From: linarphy Date: Tue, 18 Jun 2024 17:20:44 +0200 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0755c2..7b56ddd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# backscattering-analyzer +# custom scripts for Virgo -Analyze backscattering noise from known projection. Use data from Virgo to check how good is the projection by using results when bench are moved. \ No newline at end of file +## Installation + +In a python environment, run ```make install``` + +## Display + +Display projection of backscattering light. +```./display.py --help``` for more information. + +## Uninstallation + +```make clean```. Then, you can delete the repo.