Ticket #3706 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

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:1 Changed 9 years ago by Janik Zikovsky

In [14615]:

Refs #3706: Hopeful fix to time_of_flight in SNSHistogramNexus

comment:2 Changed 9 years ago by Janik Zikovsky

  • Status changed from new to accepted

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:4 Changed 9 years ago by Janik Zikovsky

In [14633]:

Refs #3706: data (not yet errors) gets loaded from the output of SaveToSNSHisto

comment:5 Changed 9 years ago by Janik Zikovsky

  • Status changed from accepted to verify
  • Resolution set to fixed

In [14656]:

Fixes #3706: LoadTofRaw loads errors and data from SaveToSNSHistogramNexus. Tried to add a link in SaveToSNSHistogramNexus but it's not quite working.

comment:6 Changed 9 years ago by Janik Zikovsky

In [14657]:

Refs #3706

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:9 Changed 9 years ago by Janik Zikovsky

In [14762]:

Refs #3706: Took out the lines causing the error message - they were not necessary anyway since it works now.

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

Note: See TracTickets for help on using tickets.