spnSetPPOpt: Set pre-processing options of Spectrino top spec-tree
Description
Set Spectrino pre-processing options as string of semicolumn delimited list
of following options (see example)
Baseline=<integer>
BaselineOn=0/1
MassBins=0/1
Normalize=0/1
MeanExtract=0/1
BaseGrp=<GroupName>
LowLimit=<integer>
HighLimit=<integer>
Precision=<integer 1..10>
Usage
spnSetPPOpt(OptionList)
Arguments
OptionList
- string; semicolumn separated list of options as they are in Preprocess section of the top spec-tree.
# NOT RUN {# Initialization of SpectrinospnNew()
# Set Spectrino pre-processing optionsspnSetPPOpt("Normalize=0;MeanExtract=0")
# Release of Spectrino#spnFree(TRUE)# }