lamp_mac/D7_b/
qxqy.pro
top QxQy
result = QxQy(w_in, omegashift=omegashift, dQ=dQ, dE=dE, Qmax=Qmax)
******* ****
** User callable
** Takes output workspace of omega_scan.pro containing omega-scan, converts to
** Q-space and interpolates to a constant Qx-Qy grid (rough and ready version of
** qrebin.pro) Deals with only one spin phase at a time
**
** ARGUMENTS:
** omegashift : angle (in degrees) of omega=0 position (default = 0)
** dQ : Q interpolation bin
** dE : energy transfer of data (default = 0)
** Qmax : maximum Q in grid
**
** DIMENSIONS
** w_in(nspectra,nruns) -> w_out(nQx,nQy)
**
** COMMAND SYNTAX:
** w6=QxQy(w5[,omegashift=
Parameters
- w_in
Keywords
- omegashift
- dQ
- dE
- Qmax
File attributes
Modification date: | Tue Oct 1 14:43:50 2013 |
Lines: | 161 |