Ticket #851 (closed: fixed)
SofQW algorithm
Reported by: | Nick Draper | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
For inelastic scattering, the existing algorithms produce a workspace in which each histogram is in energy transfer for a constant angle. The Q value of a bin varies as a function of its energy. We need an algorithm that converts the workspace into S(Q,energy). The user would provide the Q,energy grid structure ie number of bins & size of Q & energy. The current program, loops thru all bins & histograms calculating the Q value & populating the S(Q,w) grid.
Change History
comment:2 Changed 11 years ago by Nick Draper
Response from Spencer:
Inputs: Input workspace > yes Energy bin params : a param string as used in rebin alg > yes Q bin params : a param string as used in rebin alg > yes Output workspace name > yes
the rebin params for Q & energy may be in a range less than the input values and some bins may get zero counts
Processing: The data would be regridded and output as a workspace with axes of energy and modulus of Q. > yes Question: What is S? Is it simply the rebinned counts? > yes (sorry, my neutron scattering terminology) Should it be counts/QE? > probably yes
comment:10 Changed 11 years ago by Russell Taylor
comment:11 Changed 11 years ago by Russell Taylor
comment:13 Changed 11 years ago by Russell Taylor
comment:14 Changed 11 years ago by Russell Taylor
comment:15 Changed 11 years ago by Russell Taylor
comment:16 Changed 11 years ago by Russell Taylor
comment:17 Changed 11 years ago by Russell Taylor
comment:18 Changed 11 years ago by Russell Taylor
- Status changed from accepted to testing
- Resolution set to fixed
comment:20 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1699
Inputs: Input workspace Energy bin params : a param string as used in rebin alg Q bin params : a param string as used in rebin alg Output workspace name
Processing: The data would be regridded and output as a workspace with axes of energy and modulus of Q. Question: What is S? Is it simply the rebinned counts? Should it be counts/QE?