Ticket #3706 (closed: fixed)
LoadTOFRawNexus has error loading output of SaveToSNSHistogramNexus
Reported by: | Vickie Lynch | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Vickie Lynch |
Description
LoadTOFRawNexus started Error in execution of algorithm LoadTOFRawNexus: NXgetdata failed - invalid vector type
TOPAZ team wants to do corrections with SNSSingleCrystalReduction and then use output to compare integration in ISAW and Mantid.
Change History
comment:3 Changed 9 years ago by Janik Zikovsky
OK, the problem is that the field is changed to float32 by SaveToSNSHisto, whereas the default from translation is a uint32_t.
While I'm at it, I'll try to load the data_errors field too.
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
In [14656]:
comment:7 Changed 9 years ago by Vickie Lynch
- Status changed from verify to verifying
- Tester set to Vickie Lynch
comment:8 Changed 9 years ago by Vickie Lynch
Get these errors after first bank: Error while making link to /entry/bank18/data_errors
comment:10 Changed 9 years ago by Vickie Lynch
- Status changed from verifying to closed
Saved histogram file loads now and matches event data from same run. No error messages.
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4553
In [14615]: