Ticket #11725 (new)

Opened 5 years ago

Last modified 5 years ago

Add ability to select peaks by right-clicking on graph

Reported by: Raquel Alvarez Banos Owned by: Raquel Alvarez Banos
Priority: major Milestone: Release 3.5
Component: Muon Keywords: ALC
Cc: Blocked By:
Blocking: Tester:

Description (last modified by Raquel Alvarez Banos) (diff)

In ALC (PeakFitting step), add the ability to select peaks by right-clicking on the graph.

Change History

comment:1 Changed 5 years ago by Raquel Alvarez Banos

  • Description modified (diff)
  • Summary changed from Use peak picker tool in PeakFitting step to Add ability to select peaks by right-clicking on graph

comment:2 Changed 5 years ago by Raquel Alvarez Banos

PeakPicker tool needs to be modified to handle events even when a peak has not been set.

See lines 35-38 in MantidQt/MantidWidgets/src/PeakPicker.cpp:

  if (!m_peak)
  {
    return false; // Peak not set - nothing to do
  }
Last edited 5 years ago by Raquel Alvarez Banos (previous) (diff)

comment:3 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 12563

Note: See TracTickets for help on using tickets.