lamp_mac/TOF/
qstrip.pro
top qstrip
result = qstrip(w_in, qv, qb, ib, Q=Q, dQ=dQ, pos_angles=pos_angles, neg_angles=neg_angles, all_angles=all_angles)
******* ******
** User callable
** For IN4, IN5, IN6 and D7
**
** rebins output data from t2e and reb to regular-grid S(Q,w) data using the old
** KHA IN6 rebin algorithm. Selects a single Q-value. Input workspace must be in
** energy transfer versus scattering angle, i.e. only one component or spin phase.
**
** ARGUMENS:
** Qvalue: Q-value at centre of extracted strip
** dQ : Width of Q-strip
**
** KEYWORDS (- only for D7 data)
** /neg_angles : use only negative angles
** /pos_angles : use only positive angles
** /all_angles : use all angles (default)
** input workspace must be in energy transfer versus scattering angle,
** i.e. only one component or spin phase.
** (ev, eb, qb and ib are obsolete, kept for backwards compatability)
**
** DIMENSIONS:
** w_in(nE,nphi) -> w_out(nE)
**
** COMMAND SYNTAX:
** w10=qstrip(w9,Q=
Parameters
- w_in
- qv
- qb
- ib
Keywords
- Q
- dQ
- pos_angles
- neg_angles
- all_angles
File attributes
Modification date: | Tue Oct 1 14:39:52 2013 |
Lines: | 385 |