Ticket #1218 (closed: fixed)
SaveNexusProcessed crashes when run twice with a group
| Reported by: | Martyn Gigg | Owned by: | Martyn Gigg | 
|---|---|---|---|
| Priority: | major | Milestone: | Iteration 23 | 
| Component: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Tester: | 
Description
Change History
Note: See
        TracTickets for help on using
        tickets.
    
Run this script to test:
result = "GEM38370" LoadRaw("GEM38370.raw", result) cal_file="C:/Mantid/trunk/Test/Data/offsets_2006_cycle064.cal" AlignDetectors(result, result, cal_file) DiffractionFocussing(result,result,cal_file) banks = "" for i in range(1,7): ExtractSingleSpectrum(result, result + "_" + str(i),i-1) banks += result + "_" + str(i) + "," banks.rstrip(",") mtd.deleteWorkspace(result) group = result + "_grp" GroupWorkspaces(group, banks) SaveNexusProcessed(group, "C:/Mantid/GEM_crash.nxs")