GetSegmentProfileFromShMem: Segment profile for a given peak and buf index from shared...

View source: R/RcppExports.R

GetSegmentProfileFromShMemR Documentation

Segment profile for a given peak and buf index from shared memory.

Description

GetSegmentProfileFromShMem reads the segment profile for a given peak and buf index from shared memory. Use -1 for PeakIndex to get segment profiles of all peaks.

Usage

GetSegmentProfileFromShMem(PeakIndex, BufIndex)

Arguments

PeakIndex

Index of peak to fetch segment profile from. All peaks are read if PeakIndex = -1.

BufIndex

Buf index of data to fetch.

Value

A vector containing the segment profile(s).


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