Ticket #9354 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

Bug in powder diffraction reduction interface

Reported by: Peter Peterson Owned by: Peter Peterson
Priority: major Milestone: Release 3.2
Component: Framework Keywords:
Cc: zhouw@… Blocked By:
Blocking: Tester: Wenduo Zhou

Description

The following is a small portion of the script generated by the powder diffraction interface that should be fixed so event filtering will work again. While this script reproduces the error, it should not be assumed that fixing this bug will make the interface work again.

Load(Filename = 'PG3_18535_event.nxs',
     OutputWorkspace = 'PG3_18535_event_meta',
     MetaDataOnly = True)

# Construct the event filters
GenerateEventsFilter(InputWorkspace  = 'PG3_18535_event_meta',
                     OutputWorkspace = 'PG3_18535_event_splitters',
                     TimeInterval   = '900',
                     UnitOfTime = 'Seconds',
                     LogName    = '')

Change History

comment:1 Changed 6 years ago by Peter Peterson

  • Status changed from new to assigned

comment:2 Changed 6 years ago by Peter Peterson

  • Status changed from assigned to inprogress

comment:3 Changed 6 years ago by Pete Peterson

Re #9354. Bugfix for using event filtering in reduction interface.

Changeset: 5687ceec7198892070e0b25da77c8a271eb09449

comment:4 Changed 6 years ago by Peter Peterson

  • Status changed from inprogress to verify
  • Resolution set to fixed
  • Tester set to Wenduo Zhou

This is on bugfix/9354_pd_reduction_filtering.

To test: The original description wasn't quite right. Instead of fixing the snippet, I modified what the script write out. The original request was for PG3_18535 with 900 second slices

comment:5 Changed 6 years ago by Wenduo Zhou

  • Status changed from verify to verifying

comment:6 Changed 6 years ago by Wenduo Zhou

The UI works fine with time slicing.

comment:7 Changed 6 years ago by Wenduo Zhou

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/bugfix/9354_pd_reduction_filtering'

Full changeset: e22e738f62f8e177046a20b51c4ac36677a8592b

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10197

Note: See TracTickets for help on using tickets.