lamp_mac/D7_b/
background.pro
top background
result = background(sample=sample, empty=empty, cadmium=cadmium, T=T, muR=muR, MS_file=MS_file)
******* **********
** User Callable
** For D7 data only:
** Performs background subtraction of normalised data.
**
**ARGUMENTS:
** sample : workspace containing sample runs (required)
** empty : workspace containing empty runs (optional)
** cadmium : workspace containing of cadmium runs (optional)
** T : sample transmission (default: T = 1)
** muR : muR parameter required for Hewat-type angular transmission
** correction
** MS_file : Output file from MSCATT for monte-carlo correction
**
** N.B. Specify either T for a normal background subtraction or muR for
** an angular dependent background subtraction - NOT BOTH
**
**DIMENSIONS:
** TOF: w_in = w_out(nchannels,nspectra*nphases) - only deals with 1 run
**NOTOF: w_in = w_out(nspectra,nphases,nruns) - unless nruns = 1
**
**COMMAND SYNTAX:
** w4 = background(sample = w1,[empty = w2][,cadmium = w3][,T =
Keywords
- sample
- empty
- cadmium
- T
- muR
- MS_file
File attributes
Modification date: | Tue Oct 1 14:43:50 2013 |
Lines: | 316 |