Ticket #3172 (closed: fixed)
EQSANS file management
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
We need to be able to provide a data file path, data file name, or run number and the system should be able to locate the file to read.
The preferred locations are the current working directory and the data directory.
Change History
comment:4 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
Completed. The file finding code has been moved to scripts/reduction/find_data.py. Another ticket will be created once the SNS ICAT3 catalog is ready.
comment:8 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:9 Changed 9 years ago by Janik Zikovsky
- Status changed from verifying to closed
You can type in just the run number (1466) or the file w/o path or the full path and it all works.
comment:10 Changed 9 years ago by Janik Zikovsky
Actually, it doesn't work to specify the run number for the background file; it only works for the sample.
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4019
(In [12480]) Took care of config files and sample data files. Re #3172