Ticket #6551 (closed: fixed)
CentroidPeaks crash
| Reported by: | Owen Arnold | Owned by: | Vickie Lynch |
|---|---|---|---|
| Priority: | blocker | Milestone: | Release 2.5 |
| Component: | Mantid | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Tester: | Shelly Ren |
Description
Here are the steps
- Open the SXD file from our System Test Directory SXD23767.raw
- ConvertToMD/ConvertToDiffractionMDWorkspace
- FindPeaksMD
- CentroidPeaks -> CRASH
Change History
comment:2 Changed 8 years ago by Vickie Lynch
Refs #6551 added check for bankName of None
Changeset: 212b589403f8d963b7a2da92982456af06a2f670
comment:3 Changed 8 years ago by Vickie Lynch
- Status changed from accepted to verify
- Resolution set to fixed
This script would segFault before change:
ws = "SXD23767"
filename = "~/SysTests/Data/"+ws+".raw"
Load(Filename=filename,OutputWorkspace=ws)
# Convert to Q space
ConvertToDiffractionMDWorkspace(InputWorkspace=ws,OutputWorkspace=ws+'_MD2',LorentzCorrection='1',
OutputDimensions='Q (lab frame)', SplitInto='2',SplitThreshold='150')
# Find peaks
FindPeaksMD(InputWorkspace=ws+'_MD2',MaxPeaks='100',OutputWorkspace=ws+'_peaksLattice')
CentroidPeaks(InPeaksWorkspace='SXD23767_peaksLattice',InputWorkspace='SXD23767',OutPeaksWorkspace='SXD23767_peaksLattice_Centroid')
comment:4 Changed 8 years ago by Shelly Ren
- Status changed from verify to verifying
- Tester set to Shelly Ren
Note: See
TracTickets for help on using
tickets.
