Ticket #8121 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

SelectCellOfType and SelectCellWithForm logging

Reported by: Peter Peterson Owned by: Vickie Lynch
Priority: major Milestone: Release 3.0
Component: Diffraction Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description

These two algorithms should print out the transformation matrix that they used.

Change History

comment:1 Changed 7 years ago by Vickie Lynch

  • Status changed from new to inprogress

Refs #8121 write transformation matrix

Changeset: d7959d53fd21189d95dbcf0fcb3dc12e8f40c38b

comment:2 Changed 7 years ago by Vickie Lynch

  • Status changed from inprogress to verify
  • Resolution set to fixed
  • Milestone changed from Backlog to Release 3.0

To test:

Load(Filename='TOPAZ_6674_event.nxs',OutputWorkspace='TOPAZ_6674_event',FilterByTofMin='2000',FilterByTofMax='16500',LoadMonitors='1',MonitorsAsEvents='1')
ConvertToDiffractionMDWorkspace(InputWorkspace='TOPAZ_6674_event',OutputWorkspace='TOPAZ_6674_MD',OutputDimensions='Q (sample frame)',SplitThreshold='50',MaxRecursionDepth='11')
FindPeaksMD(InputWorkspace='TOPAZ_6674_MD',PeakDistanceThreshold='0.471',MaxPeaks='100',OutputWorkspace='peaks_ws')
CentroidPeaksMD(InputWorkspace='TOPAZ_6674_MD',PeaksWorkspace='peaks_ws',OutputWorkspace='peaks_ws')
FindUBUsingFFT(PeaksWorkspace='peaks_ws',MinD='4',MaxD='12',Tolerance='0.12')
IndexPeaks(PeaksWorkspace='peaks_ws',Tolerance='0.12')
SelectCellOfType(PeaksWorkspace='peaks_ws',CellType='Rhombohedral',Centering='R',Apply=False)
SelectCellWithForm(PeaksWorkspace='peaks_ws',FormNumber=31,Apply=False)

comment:3 Changed 7 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Tester set to Andrei Savici

comment:4 Changed 7 years ago by Andrei Savici

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/feature/8121_log_transformation_matrix'

Full changeset: 2a2561c553e4b498f223ad1370a2261e12f8d2e1

comment:5 Changed 7 years ago by Samuel Jackson

Wrong ticket id.

Refs #8121 Merge master into branch.

Changeset: 607b3a3e004d50e13afd20149f6da77d9c8d1931

Last edited 7 years ago by Samuel Jackson (previous) (diff)

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8966

Note: See TracTickets for help on using tickets.