Ticket #2603 (closed: fixed)
SANS Batch mode needs more file formats
Reported by: | Steve Williams | Owned by: | Steve Williams |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 28 |
Component: | Python | Keywords: | |
Cc: | stephen.king@… | Blocked By: | |
Blocking: | Tester: | Michael Reuter |
Description
Batch mode in the GUI will save files for each row in the grid in each of the formats that are ticked on the bottom of the form. The Python SANSBatchMode.BatchReduce() function will take an extra argument with one or more algorithms to execute on the output workspace
Hi, This is a request from my User over the weekend who was using Mantid to process LOQ data! At present, when a batch mode script is run the reduced workspace is written out in LOQ/RKH ASCII .txt format. Can the GUI be modified to also write out the workspace in CANSAS1D format **or** (better) can it write out whatever formats have their boxes checked at the bottom of the GUI? Thanks, Steve
Change History
comment:7 Changed 10 years ago by Steve Williams
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:9 Changed 9 years ago by Michael Reuter
- Status changed from verifying to closed
The program successfully saves out all of the requested data files for each run in batch mode.
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3450
Note: See
TracTickets for help on using
tickets.
(In [9864]) BatchReduce() now accepts an argument specifying the save algorithm to use. Stop beam centre finder from reloading the mask file when it shouldn't re #2604 and #2603