Ticket #2371 (closed: fixed)
The workspace display is incorrect after ungrouping and deleting a member
Reported by: | Martyn Gigg | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
From Rob Dalgliesh
for i in range(7508,7516): LoadRaw("L:\RawData\cycle_10_2\offspec0000"+str(i)+".raw","w"+str(i),LoadMonitors="Include") UnGroupWorkspace("w"+str(i)) Mantid.deleteWorkspace("w"+str(i)+"_2")
I assume anything that produces a group will do the same thing.
Change History
comment:2 Changed 9 years ago by Nick Draper
- Owner set to Michael Whitty
- Status changed from new to assigned
Adjusted script:
for i in range(7508,7516): LoadRaw("\\\\isis\inst$\NDXOFFSPEC\Instrument\data\cycle_10_2\offspec0000"+str(i)+".raw","w"+str(i),LoadMonitors="Include") UnGroupWorkspace("w"+str(i)) Mantid.deleteWorkspace("w"+str(i)+"_2")
comment:5 Changed 9 years ago by Michael Whitty
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
Note: See
TracTickets for help on using
tickets.
Bulk move of tickets at the end of iteration 27