From 6f8e47bb2d648e4daca6bf71ce176a247194302d Mon Sep 17 00:00:00 2001
From: Cees Bassa <bassa@astron.nl>
Date: Mon, 16 Dec 2024 14:20:40 +0100
Subject: [PATCH] Update readme

Signed-off-by: Cees Bassa <bassa@astron.nl>
---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 79fb64b..b2ff8c5 100644
--- a/README.md
+++ b/README.md
@@ -2,25 +2,25 @@
 
 These are scripts for interfacing with the TMSS API.
 
-- `run_script_fe.sh` runs the `tmss_fe_test_observation.py` using the `config_fe.yaml`
-- `tmss_fe_test_observation.py` starts a Fly's Eye (FE) observation on one or more stations
-- `run_script_im.sh` runs the `tmss_im_test_observation.py` using the `config_im.yaml`
-- `tmss_im_test_observation.py` starts an imaging observation on one or more stations
+- `tmss_fe_observation.py` starts a Fly's Eye (FE) observation on one or more stations
+- `tmss_im_observation.py` starts an interferometric observation on one or more stations
 - `tmss_list_scheduling_sets.py` lists all scheduling scheduling sets
 - `tmss_list_strategies.py` lists all observing strategies
 - `tmms_get_sasid.py` retrieves SASID for the given blueprint ID
+- `script/run_script_fe.sh` runs the `tmss_fe_test_observation.py` using the `config_fe.yaml`
+- `script/run_script_im.sh` runs the `tmss_im_test_observation.py` using the `config_im.yaml`
 
 Install the LOFAR TMSS client from https://git.astron.nl/ro/lofar_tmss_client
 
 The scripts use a `login.yaml` file which should contain
 
 Usage for testing:
-./run_script_fe.sh -c config_fe.yaml
-./run_script_im.sh -c config_im.yaml
+./script/run_script_fe.sh -c config/config_fe.yaml
+./script/run_script_im.sh -c config/config_im.yaml
 
 Usage for uploading and/or blueprinting the SU:
-./run_script_fe.sh -c config_fe.yaml --upload --blueprint
-./run_script_im.sh -c config_im.yaml --upload --blueprint
+./script/run_script_fe.sh -c config/config_fe.yaml --upload --blueprint
+./script/run_script_im.sh -c config/config_im.yaml --upload --blueprint
 
 ```
 username: username
-- 
GitLab