Skip to content

Commit

Permalink
Update README.md (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 authored Dec 14, 2023
1 parent b7fc15e commit d9d6f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To install when developing:

- `pip install .[dev]`

To demo and test. The easiest way to test JobController is running and functioning correctly, it requires a kubernetes cluster to interact with, and a kafka instance with a topic to listen to:
To demo and test. The easiest way to test JobController is running and functioning correctly, it requires a kubernetes cluster to interact with, and a rabbitmq instance with a queue to listen to:

- Follow these instructions to [create the cluster](https://github.com/interactivereduction/k8s#developing-using-a-local-cluster)
- Create the message broker, this is presently [RabbitMQ](https://www.rabbitmq.com/download.html)
Expand Down Expand Up @@ -80,4 +80,4 @@ the tables do not need to be created.
{"filepath": "/test/path/to/MARI123456.nxs", "experiment_number": "1220474", "instrument": "MARI"}
{"run_number": 25581, "instrument": "MARI", "experiment_title": "Whitebeam - vanadium - detector tests - vacuum bad - HT on not on all LAB", "experiment_number": "1820497", "filepath": "/archive/25581/MAR25581.nxs", "run_start": "2019-03-22T10:15:44", "run_end": "2019-03-22T10:18:26", "raw_frames": 8067, "good_frames": 6452, "users": "Wood,Guidi,Benedek,Mansson,Juranyi,Nocerino,Forslund,Matsubara", "additional_values": {"ei": "auto", "sam_mass": 0.0, "sam_rmm": 0.0, "monovan": 0, "remove_bkg": true, "sum_runs": false, "runno": 25581}}
{"run_number": 28581, "instrument": "MARI", "experiment_title": "", "experiment_number": "2220746", "filepath": "/archive/NDXMARI/Instrument/data/cycle_23_1/MAR28581.nxs", "run_start": "2019-03-22T10:15:44", "run_end": "2019-03-22T10:18:26", "raw_frames": 8067, "good_frames": 6452, "users": "users", "additional_values": {"ei": "'auto'", "sam_mass": 0.0, "sam_rmm": 0.0, "monovan": 0, "remove_bkg": false, "sum_runs": false, "runno": 28581, "mask_file_link": "https://raw.githubusercontent.com/mantidproject/scriptrepository/2d81c9cf70c2ee679472d99ee2e898f617c59f7a/direct_inelastic/MARI/mari_mask.xml"}}
```
```

0 comments on commit d9d6f4e

Please sign in to comment.