Skip to content
Snippets Groups Projects
Commit 6f8e47bb authored by Cees Bassa's avatar Cees Bassa
Browse files

Update readme


Signed-off-by: default avatarCees Bassa <bassa@astron.nl>
parent 82b5f3bd
No related branches found
No related tags found
No related merge requests found
...@@ -2,25 +2,25 @@ ...@@ -2,25 +2,25 @@
These are scripts for interfacing with the TMSS API. 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_observation.py` starts a Fly's Eye (FE) observation on one or more stations
- `tmss_fe_test_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
- `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_list_scheduling_sets.py` lists all scheduling scheduling sets - `tmss_list_scheduling_sets.py` lists all scheduling scheduling sets
- `tmss_list_strategies.py` lists all observing strategies - `tmss_list_strategies.py` lists all observing strategies
- `tmms_get_sasid.py` retrieves SASID for the given blueprint ID - `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 Install the LOFAR TMSS client from https://git.astron.nl/ro/lofar_tmss_client
The scripts use a `login.yaml` file which should contain The scripts use a `login.yaml` file which should contain
Usage for testing: Usage for testing:
./run_script_fe.sh -c config_fe.yaml ./script/run_script_fe.sh -c config/config_fe.yaml
./run_script_im.sh -c config_im.yaml ./script/run_script_im.sh -c config/config_im.yaml
Usage for uploading and/or blueprinting the SU: Usage for uploading and/or blueprinting the SU:
./run_script_fe.sh -c config_fe.yaml --upload --blueprint ./script/run_script_fe.sh -c config/config_fe.yaml --upload --blueprint
./run_script_im.sh -c config_im.yaml --upload --blueprint ./script/run_script_im.sh -c config/config_im.yaml --upload --blueprint
``` ```
username: username username: username
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment