Ticket #2142 (closed: fixed)
SANS: The mask file reading need to warn about ignored commands
Reported by: | Nick Draper | Owned by: | Steve Williams |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | richard.heenan@… | Blocked By: | |
Blocking: | #2284 | Tester: | Brett Tully |
Description
The routine that reads Mask (User) files needs to flag up warnings when, for example, it encounters a command it doesn't understand.
Change History
comment:2 Changed 10 years ago by Steve Williams
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 10 years ago by Brett Tully
- Status changed from verify to verifying
- Tester set to Brett Tully
comment:5 Changed 10 years ago by Brett Tully
- Status changed from verifying to reopened
- Resolution fixed deleted
Works correctly when mask is loaded through the GUI, however, no messages or warnings are present when mask is loaded through a script.
comment:6 Changed 10 years ago by Brett Tully
This is similar to http://trac.mantidproject.org/mantid/ticket/2160
comment:8 Changed 10 years ago by Steve Williams
- Status changed from reopened to accepted
The following commands (with correct path) should print to the script console. The results log depends on logging level.
from ISISCommandInterface import * LOQ() MaskFile(r"C:\mantid\Test\Data\LOQ\MASK.094AA")
comment:9 Changed 10 years ago by Brett Tully
- Status changed from accepted to verify
- Resolution set to fixed
comment:11 Changed 10 years ago by Brett Tully
- Status changed from verifying to closed
Issue resolved.
comment:12 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2989
Note: See
TracTickets for help on using
tickets.