lamp_mac/TOF/
estrip.pro
top estrip
result = estrip(w_in, ev, eb, qb, ib, E=E, dE=dE, 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 E-value. Input workspace must be in
** energy transfer versus scattering angle, i.e. only one component or spin phase.
**
** ARGUMENTS:
** Evalue: E-value at centre of extracted strip
** dE : Width of E-strip
** dQ : Q bin width
**
** 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,nQ)
**
** COMMAND SYNTAX:
** w10=estrip(w9,E=
Parameters
- w_in
- ev
- eb
- qb
- ib
Keywords
- E
- dE
- dQ
- pos_angles
- neg_angles
- all_angles
File attributes
Modification date: | Tue Oct 1 14:39:52 2013 |
Lines: | 418 |