Ticket #9313 (closed: fixed)
SmoothNeighbours new option
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
TOPAZ needs a new output with every pixel containing the average of the detector bank.
Change History
comment:2 Changed 7 years ago by Vickie Lynch
- Status changed from assigned to inprogress
Refs #9313 all pixels for histograms
Changeset: fde4a32e2f45d28aefd14e79bcb231cb3fb4a4fa
comment:3 Changed 7 years ago by Vickie Lynch
Refs #9313 change for summing WISH data
Changeset: a7fb91ded37824d7525bb078a9fb463976909596
comment:4 Changed 6 years ago by Vickie Lynch
To test:
Load(Filename=r'/SNS/TOPAZ/IPTS-9949/0/9398/NeXus/TOPAZ_9398_event.nxs',OutputWorkspace='TOPAZ_9398_event') Rebin(InputWorkspace='TOPAZ_9398_event',OutputWorkspace='TOPAZ_9398_event',Params='100',PreserveEvents='0') SmoothNeighbours(InputWorkspace='TOPAZ_9398_event',OutputWorkspace='topazavg',SumPixelsX='256',SumPixelsY='256',ExpandSumAllPixels='1') Load(Filename='WISH00016748.raw',OutputWorkspace='WISH00016748') CropWorkspace(InputWorkspace='WISH00016748',OutputWorkspace='WISH00016748',EndWorkspaceIndex='9999') SmoothNeighbours(InputWorkspace='WISH00016748',OutputWorkspace='avg',SumPixelsX='256',SumPixelsY='256',Radius='2',NumberOfNeighbours='17',SumNumberOfNeighbours='17',ExpandSumAllPixels='1') SmoothNeighbours(InputWorkspace='wishavg',OutputWorkspace='avg',SumPixelsX='256',SumPixelsY='256',Radius='2',NumberOfNeighbours='512',SumNumberOfNeighbours='512',ExpandSumAllPixels='1') Load(Filename=r'NOM_23234_event.nxs',OutputWorkspace='NOM_23234_event',BankName='bank77',LoadMonitors='1') Rebin(InputWorkspace='NOM_23234_event',OutputWorkspace='NOM_23234_event',Params='100',PreserveEvents='0') SmoothNeighbours(InputWorkspace='NOM_23234_event',OutputWorkspace='avg',SumPixelsX='256',SumPixelsY='256',Radius='0.10000000000000001',SumNumberOfNeighbours='8',ExpandSumAllPixels='1')
comment:5 Changed 6 years ago by Vickie Lynch
Revert "Refs #9313 change for summing WISH data"
This reverts commit a7fb91ded37824d7525bb078a9fb463976909596.
Changeset: 831aad96a1b79d692a0ae5b1bb822aae19fd65d6
comment:6 Changed 6 years ago by Vickie Lynch
Refs #9313 changes for wish data with more than one pixel per spectra
Changeset: 3d14599466b6753bfadc4a016404d2eeae5b092a
comment:7 Changed 6 years ago by Vickie Lynch
- Status changed from inprogress to verify
- Resolution set to fixed
comment:8 Changed 6 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:9 Changed 6 years ago by Vickie Lynch
Refs #9313 style changes
Changeset: c8745092a488f19d2e23b26f9a673e8415e88500
comment:10 Changed 6 years ago by Michael Reuter
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/9313_SmoothNeighbours_new_option'
Full changeset: 286823313d612797114e7b491e091ccf08fb1fc1
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 10156
Ensure that changes are made to both rectangular and non-rectangular cases.
This could be a new algorithm.