SiInitializeHistograms: Initializes the single ion histogramming.

View source: R/RcppExports.R

SiInitializeHistogramsR Documentation

Initializes the single ion histogramming.

Description

SiInitializeHistograms initializes the single ion histogramming.

Usage

SiInitializeHistograms(loMass, hiMass, specType = NULL)

Arguments

loMass

Vector of the lower borders of the mass ranges.

hiMass

Vector of the upper borders of the mass ranges.

specType

Vector of spectrum type indices (non-negative integers). If specType is NULL, all mass ranges get a default spectrum type of 0.

Details

This function must be called before calling the functions SiSetProcessingOptions, SiProcessSpectrum, SiGetHistogram, SiResetHistograms or SiCleanup. Each mass range specified by loMass and hiMass elements is associated with a spectrum type that allows to get separate statistics for multi-spectrum acquisitions (bipolar or pulsed experiments).


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