GetH5Descriptor: Descriptor structure of Tofwerk HDF5 data file.

View source: R/RcppExports.R

GetH5DescriptorR Documentation

Descriptor structure of Tofwerk HDF5 data file.

Description

GetH5Descriptor returns a descriptor structure for the Tofwerk HDF5 file.

Usage

GetH5Descriptor(Filename)

Arguments

Filename

Path/filename of the HDF5 file.

Details

The TwH5Desc structure contains information about data dimensions, available datasets and mass calibration. Additional attributes, which are not available in the structure can be read using Get...AttributeFromH5 functions. See TofDaq API documentation for more details.

Value

A list containing the TwH5Desc structure.

Examples

## Not run: 
GetH5Descriptor("path/to/file.h5")

## End(Not run)

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