Ticket #4308 (closed: fixed)
MAPS IDF update
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | martyn.gigg@… | Blocked By: | |
Blocking: | Tester: | Nick Draper |
Description
Include in the description detectors which are always masked (as dead) in order to make it easier to compare existing maps software output with mantid output
Change History
comment:2 Changed 9 years ago by Anders Markvardsen
- Status changed from new to accepted
To test run the following script and you should see no errors:
Load(r'
isis\inst$\NDXMAPS\Instrument\data\cycle_11_4\MAP17273.raw','MAP17273')
ws = mtdMAP17273?
for i in range(ws.getNumberHistograms()):
ws.getDetector(i)
comment:3 Changed 9 years ago by Anders Markvardsen
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
Note: See
TracTickets for help on using
tickets.
Add dead detectors to MAPS IDF. re #4308