do_DATA1: Function do_DATA1

Description Usage Arguments Value

Description

Function do_DATA1 is the method used with Agilent Chemstation data and is set as default. It is called from read_cdf.R This function is used to arrange the initial data table after import

Usage

1
do_DATA1(INT, MZ, TIME, count, MZmin, MZmax, MZP)

Arguments

INT

intensity values from CDF import

MZ

mass values from CDF import

TIME

scantime values from CDF import

count

point count from CDF import

MZmin

min value mass range from CDF import

MZmax

max value mass range from CDF import

MZP

mass precision from settings file

Value

DATA rawdata matrix with rows for timepoints and columns for mz values. The mz values range from zero to maxMZ.


lorenzgerber/gcms documentation built on May 31, 2019, 12:11 p.m.