Ticket #7786 (closed: fixed)
Use FindPeakBackground in IntegratePeaksMD
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 3.0 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | #7449 | |
Blocking: | Tester: | Peter Peterson |
Description (last modified by Vickie Lynch) (diff)
Use peak range and background estimate for cylindrical integration.
Change History
comment:1 Changed 7 years ago by Vickie Lynch
- Milestone changed from Backlog to Release 3.0
- Description modified (diff)
- Summary changed from Use FindPeakBackground in FindPeaks to Use FindPeakBackground in IntegratePeaksMD
comment:2 Changed 7 years ago by Vickie Lynch
- Status changed from new to inprogress
Refs #7786 use FindPeaks for fits
Changeset: a1eb0d9c588717244bbf2d5a1a88ee83a09b1367
comment:3 Changed 7 years ago by Vickie Lynch
- Status changed from inprogress to verify
- Resolution set to fixed
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') IntegratePeaksMD(InputWorkspace='TOPAZ_6674_MD',CoordinatesToUse='Q (sample frame)',PeakRadius='0.1',PeaksWorkspace='peaks_ws',OutputWorkspace='peaks_ws_sphere') IntegratePeaksMD(InputWorkspace='TOPAZ_6674_MD',CoordinatesToUse='Q (sample frame)',PeakRadius='0.1',PeaksWorkspace='peaks_ws',OutputWorkspace='peaks_ws_cylinder', Cylinder='1',CylinderLength='0.4',PercentBackground='20',ProfileFunction='NoFit') IntegratePeaksMD(InputWorkspace='TOPAZ_6674_MD',CoordinatesToUse='Q (sample frame)',PeakRadius='0.1',PeaksWorkspace='peaks_ws',OutputWorkspace='peaks_ws_cylinder_gauss', Cylinder='1',CylinderLength='0.4',PercentBackground='20',ProfileFunction='Gaussian') IntegratePeaksMD(InputWorkspace='TOPAZ_6674_MD',CoordinatesToUse='Q (sample frame)',PeakRadius='0.1',PeaksWorkspace='peaks_ws',OutputWorkspace='peaks_ws_cylinder_b2b', Cylinder='1',CylinderLength='0.4',PercentBackground='20',ProfileFunction='BackToBackExponential')
comment:4 Changed 7 years ago by Peter Peterson
- Status changed from verify to verifying
- Tester set to Peter Peterson
comment:5 Changed 7 years ago by Peter Peterson
- Status changed from verifying to closed
Merge remote branch 'origin/feature/7786_FindPeakBackground_for_profiles'
Full changeset: 17bbe98c9892ae201e4928129462b9b238b9e704
Note: See
TracTickets for help on using
tickets.