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

TOPAZ monitor position #9494

Closed
AndreiSavici opened this issue Dec 23, 2013 · 2 comments
Closed

TOPAZ monitor position #9494

AndreiSavici opened this issue Dec 23, 2013 · 2 comments
Assignees
Labels
Diffraction Issues and pull requests related to diffraction
Milestone

Comments

@AndreiSavici
Copy link
Member

The monitor before the sample should be at about -2.57m instead of -4.45. To test:

LoadNexusMonitors(Filename='TOPAZ_7892_event.nxs',OutputWorkspace='TM')
ConvertUnits(InputWorkspace='TM',OutputWorkspace='TMOrigK',Target='Momentum')
Rebin(InputWorkspace='TMOrigK',OutputWorkspace='TMOrigK',Params='0.2,0.01,5',PreserveEvents='0')

MoveInstrumentComponent(Workspace='TM',ComponentName='monitor1',Z='-2.57',RelativePosition='0')
ConvertUnits(InputWorkspace='TM',OutputWorkspace='TMNewK',Target='Momentum')
Rebin(InputWorkspace='TMNewK',OutputWorkspace='TMNewK',Params='0.2,0.01,5',PreserveEvents='0')

Load(Filename='TOPAZ_7892_event.nxs',OutputWorkspace='TOPAZ_7892_event')
ConvertUnits(InputWorkspace='TOPAZ_7892_event',OutputWorkspace='TOPAZ_7892_event',Target='Momentum')
Rebin(InputWorkspace='TOPAZ_7892_event',OutputWorkspace='TOPAZ_7892_event',Params='0.2,0.01,5',PreserveEvents='0')
SumSpectra(InputWorkspace='TOPAZ_7892_event',OutputWorkspace='sum')

Spectra for monitor 1,2, and the sum over all detectors should start at the same position in k (or lambda). Ignore the prompt pulse, that should be in different position.

@AndreiSavici
Copy link
Member Author

This issue was originally trac ticket 8650

@AndreiSavici
Copy link
Member Author

@AndreiSavici AndreiSavici added the Diffraction Issues and pull requests related to diffraction label Jun 3, 2015
@AndreiSavici AndreiSavici added this to the Release 3.1 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Diffraction Issues and pull requests related to diffraction
Projects
None yet
Development

No branches or pull requests

2 participants