spnSetPPOpt: Set pre-processing options of Spectrino top spec-tree

Description Usage Arguments Value Author(s) Examples

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

1
spnSetPPOpt(OptionList)

Arguments

OptionList

- string; semicolumn separated list of options as they are in Preprocess section of the top spec-tree.

Value

spnSetPPOpt Gets back the full options list.

Author(s)

Teodor Krastev

Examples

1
2
3
4
5
6
7
8
# Initialization of Spectrino
spnNew() 

# Set Spectrino pre-processing options
spnSetPPOpt("Normalize=0;MeanExtract=0") 

# Release of Spectrino
#spnFree(TRUE)

spectrino documentation built on June 4, 2019, 1:02 a.m.