H5SetMassCalibDynamic: Stores dynamic mass calibration for a given spectrum in the...

View source: R/RcppExports.R

H5SetMassCalibDynamicR Documentation

Stores dynamic mass calibration for a given spectrum in the data file.

Description

H5SetMassCalibDynamic stores dynamic mass calibration for a given spectrum in the data file.

Usage

H5SetMassCalibDynamic(filename, writeIndex, par)

Arguments

filename

Path/filename of the HDF5 file.

writeIndex

Write index of the calibration to store.

par

Numeric vector holding the actual calibration values. It must be the same number of parameters as the global mass calibration.

Details

This function can be used to delete the dynamic calibration information by passing the special parameter set: writeIndex = -1 and par = NULL.


pasturm/TofDaqR documentation built on March 29, 2024, 12:10 a.m.