lamp_mac/D7_b/
theta_scan.pro
top theta_scan
result = theta_scan(w_in, POSITIVE=POSITIVE, NEGATIVE=NEGATIVE, ALL=ALL, CODER=CODER, detector=detector)
******* **********
** User callable
** For non-TOF D7 data only
**
** Puts all detector angles onto a common x-axis.
** Removes zeroed data points.
**
** ARGUMENTS:
** detector :optional argument specifying an individual detector to use
**
** KEYWORDS:
** /negative :only use data with negative angles
** /positive :only use data with positive angles
** /all :use all detector banks (default)
** /not_new :ignore new analysers
** /coder :only used if an individual detector is specified
** If set:
** use coder angle as x-axis,
** otherwise:
** use calculated detector angle as x-axis
**
**
** DIMENSIONS:
** input format: w(nspectra,nphases,nruns) - unless nphases or nruns is 1
** output: w(nruns*nspectra,nphases) - unless nphases is 1
**
** COMMAND SYNTAX:
** w10=theta_scan(w9[,/all_angles][,/pos_angles][,/neg_angles][detector=
Parameters
- w_in
Keywords
- POSITIVE
- NEGATIVE
- ALL
- CODER
- detector
File attributes
Modification date: | Tue Oct 1 14:43:50 2013 |
Lines: | 160 |