GetTofData: Gets data stored in /FullSpectra/TofData from HDF5 data file.

View source: R/RcppExports.R

GetTofDataR Documentation

Gets data stored in /FullSpectra/TofData from HDF5 data file.

Description

GetTofData gets data stored in /FullSpectra/TofData from HDF5 data file.

Usage

GetTofData(
  Filename,
  sampleOffset,
  sampleCount,
  segOffset,
  segCount,
  bufOffset,
  bufCount,
  writeOffset,
  writeCount
)

Arguments

Filename

Path/filename of the HDF5 file.

sampleOffset

Sample offset.

sampleCount

Sample count.

segOffset

Segment offset.

segCount

Segment count.

bufOffset

Buf offset.

bufCount

Buf count.

writeOffset

Write offset.

writeCount

Write count.

Value

A vector of length sampleCount*segCount*bufCount*writeCount.


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