1 | LoadIsawPeaks(Filename='verify10541.peaks', OutputWorkspace='peaks') |
---|
2 | LoadIsawUB(Inputworkspace='peaks',Filename='verify10541.mat') |
---|
3 | nx_event_filename = '/SNS/MANDI/2014_1_11B_SCI/data/MANDI_801_event.nxs' |
---|
4 | event_ws = LoadEventNexus( Filename = nx_event_filename ) |
---|
5 | md = ConvertToDiffractionMDWorkspace( InputWorkspace = event_ws, LorentzCorrection = False ) |
---|
6 | IntegratePeaksMD(InputWorkspace='md', PeakRadius=0.003, PeaksWorkspace='peaks', OutputWorkspace='peaks', IntegrateIfOnEdge=False, Cylinder=True, CylinderLength=0.075, PercentBackground=10, ProfileFunction='NoFit', IntegrationOption='Sum') |
---|