lamp_mac/TOF/
tof_qrebin.pro
top tof_Qrebin
result = tof_Qrebin(w_in, omegashift=omegashift, fold=fold, nQ=nQ, Qmax=Qmax)
******* **********
** User callable
**For TOF data
**
** Takes input workspace of energy (x-axis) 2theta (y-axis) and omega (z-axis)
** and performs a Qrebin at each energy.
**
** ARGUMENTS:
** omegashift : offset in degrees of omega=0 position
** nQ : number of Qx/Qy bins per quadrant
**
** KEYWORDS:
** fold : folds quadrants into +,+
**
** DIMENSIONS:
** w_in(nE,nspectra,nruns) -> w_out(nQ,nQ,nE) (folded), w_out(nE,2*nQ,2*nQ) (unfolded)
**
** COMMAND SYNTAX:
** w10=tof_qrebin(w9,[nQ=
Parameters
- w_in
Keywords
- omegashift
- fold
- nQ
- Qmax
File attributes
Modification date: | Tue Oct 1 14:39:52 2013 |
Lines: | 152 |