masscal_helper: create functions to work with existing mass calibration

Description Usage Arguments Examples

View source: R/mass_calib.R

Description

create functions to work with existing mass calibration

Usage

1
masscal_helper(filename)

Arguments

filename

tof file name

Examples

1
2
3
4
5
6
7
## Not run: 
fid <- h5open('toffile.h5')
mc <- masscal_helper(fid)
with(mc, to_index(c(45,47)))
with(mc, to_mass(c(2000:3000)))

## End(Not run)

bdcaf/rawTof documentation built on July 17, 2019, 1:09 p.m.