Choose the type of smoothing for spectrometer data.
Synopsis
setsmooth(vv)
Arguments
vv
Valid types are ``hanning'', ``hamming'', ``none'', and ``default''
Allowed:
string
Returns
boolean
Description
The type of smoothing is only relevent to data from the spectrometer.
This smoothing is applied after the vanVleck correction is done and before
the data are fourier transformed to the spectral domain.
The current default, if this is not set, is ``hanning''. If the smooth argument
value is unrecognized, the return value will be F (false) and the default type
will be used. This argument is case insensisitive.