Ticket #6215 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

Attach selected properties from IntegratePeakMD

Reported by: Owen Arnold Owned by: Owen Arnold
Priority: major Milestone: Release 2.4
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: #6211 Tester: Vickie Lynch

Description

Need to get some of these properties onto the output workspace so that we can determine how the peaks workspace has been processed.

The main usage for this will be for visualisation work #6211 etc.

Probably best to attach them as properties to the run.

Change History

comment:1 Changed 8 years ago by Owen Arnold

  • Status changed from new to accepted

comment:2 Changed 8 years ago by Owen Arnold

refs #6215. Seems to work and is tested too.

Changeset: abb5c856067ce15e0cda07871a78bb14cacad4ea

comment:3 Changed 8 years ago by Owen Arnold

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

Tester:

1) Have a look at the new unit tests covering this feature.

2) Integrate a peaks workspace (using IntegratePeaksMD), ensuring that you set non-default values for PeakRadius BackgroundInnerRadius and BackgroundOuterRadius

3) Extract each property from the output value and check the recorded values against your algorithm inputs. The following python is a guide.

propValue = peaksws.mutableRun().getProperty('PeakRadius').value

4) Save out the peaks workspace (.nxs) and reload it, then repeat step 3). The properties should still be accessible.

comment:4 Changed 8 years ago by Owen Arnold

refs #6215. Seems to work and is tested too.

Changeset: abb5c856067ce15e0cda07871a78bb14cacad4ea

comment:5 Changed 8 years ago by Vickie Lynch

  • Status changed from verify to verifying
  • Tester set to Vickie Lynch

comment:6 Changed 8 years ago by Vickie Lynch

  • Status changed from verifying to closed

Followed Owen's testing instructions for TOPAZ data and everything worked

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7061

Note: See TracTickets for help on using tickets.