Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs in Tragectory calculations in MD normalization for direct geometry #11671

Closed
abuts opened this issue Dec 18, 2014 · 2 comments
Closed
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@abuts
Copy link
Member

abuts commented Dec 18, 2014

This ticket is blocks : TRAC9105, TRAC10830

Build LET event workspace using script attached and data files available in system tests Data directory (it will fail with current reduction but usable event workspace LET1_spe will be produced

Then run script below to produce normalization workspace and do normalization.

The picture provided clearly shows that the trajectories calculations is wrong

SetUB(Workspace='LET1_spe', a=2.73, b=2.73, c=2.73)
SetGoniometer(Workspace='LET1_spe', Goniometers='Universal', Axis0='psi,0,1,0,1')
AddSampleLog(Workspace='LET1_spe', LogName='Psi', LogText='20', LogType='Number')
ConvertToMD(InputWorkspace='LET1_spe', QDimensions='Q3D', Q3DFrames='HKL', QConversionScales='HKL', OutputWorkspace='mdWs1', MinValues='-0.1,-0.1,-0.1,-5', MaxValues='1,0.05,0.05,10', SplitInto='20', MaxRecursionDepth=1)
MDNormDirectSC(InputWorkspace='mdWs1', AlignedDim0='[H,0,0],-0.1,1,20', AlignedDim1='[0,K,0],-0.1,0.05,20', AlignedDim2='[0,0,L],-0.1,0.05,20', AlignedDim3='DeltaE,-5,10,20', OutputWorkspace='mdWs1a', OutputNormalizationWorkspace='mdWs1Norm')

DivideMD(LHSWorkspace='mdWs1a', RHSWorkspace='mdWs1Norm', OutputWorkspace='mdWs1b')


@abuts
Copy link
Member Author

abuts commented Jun 3, 2015

This issue was originally trac ticket 10829

@abuts
Copy link
Member Author

abuts commented Jun 3, 2015

@abuts abuts added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@abuts abuts added this to the Release 3.3 milestone Jun 3, 2015
@abuts abuts closed this as completed Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

2 participants