Ticket #7821 (assigned)

Opened 7 years ago

Last modified 5 years ago

ORNL REFL: UI issues

Reported by: Mathieu Doucet Owned by: Jean Bilheux
Priority: major Milestone: Backlog
Component: Framework Keywords:
Cc: Blocked By:
Blocking: Tester:

Description (last modified by Mathieu Doucet) (diff)

The following are issues found while testing ticket #7404. Those issues are not related to the work of that ticket but should still be dealt with separately.

  • Started the REFL Reduction UI and entered run 70977 in the Data Set Run number field.
  • I then get the following:
    • The Y vs TOF (2D) button doesn't work and generates the following error:
      Traceback (most recent call last):
        File "/home/m2d/git/mantid_branch/Code/Mantid/scripts/Interface/reduction_gui/widgets/reflectometer/base_ref_reduction.py", line 937, in _plot_data_count_vs_tof_2d
          self.ref_det_view = mantidqtpython.MantidQt.RefDetectorViewer.RefMatrixWSImageView(ws_output_base, peak_min, peak_max, back_min, back_max, tof_min, tof_max)
      Exception: unknown
      
    • Clicking the TOF distribution button doesn't do anything (no errors reported either).
    • Unchecking the "Apply normalization" checkbox doesn't work, it still complains that I don't have a normalization run when I hit reduce.
      Error in execution of algorithm RefLReduction:
      RefLReduction: could not find run 0
      Add your data folder to your User Data Directories in the File menu
        at line 628 in '/home/m2d/git/mantid_branch/Code/Mantid/Framework/PythonInterface/plugins/algorithms/RefLReduction.py'
      RuntimeError: RefLReduction: could not find run 0
      Add your data folder to your User Data Directories in the File menu
        at line 628 in '/home/m2d/git/mantid_branch/Code/Mantid/Framework/PythonInterface/plugins/algorithms/RefLReduction.py'
        at line 41 in '<Interface>'
        caused by line 45 in '/home/m2d/mantid_build/branch/bin/mantidsimple.py'
      
  • Reducing with either Background checkboxes checked off doesn't work.
  • Reducing a second time after having reduced once doesn't seem to work. It returns immediately with the last result/error and doesn't try to re-run the whole thing.
  • The sfcalculator UI has a lot of the same issues described above.

Change History

comment:1 Changed 7 years ago by Mathieu Doucet

  • Description modified (diff)

comment:2 Changed 7 years ago by Mathieu Doucet

  • Description modified (diff)

comment:3 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

Bulk move to assigned at the introduction of the triage step

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8666

Note: See TracTickets for help on using tickets.