fiaisis / run-detection

The way we detect when our system for reduction should automatically perform a reduction and with what arguments we should do that.
GNU General Public License v3.0
1 stars 1 forks source link

Correct the filepath mapping #30

Closed keiranjprice101 closed 1 year ago

keiranjprice101 commented 1 year ago

We need to make sure that the filepath mapping that occurs is correct.

For instance:

We will recieve a message of the form : \isis\inst$\cycle_22_4\NDXFOO\FOO92450.nxs

But when the archive is mounted we may expect the same path to be: /archive/NDXFOO/Instrument/data/cycle_22_4/FOO92450.nxs

We need to check these paths are correct and update the mapping in RunDetector to reflect this.