Read data from an ACQ4 HDF5 file and turn it into an R time series
Source:R/ACQ4_functions.R
acq4h52ts.Rd
Read data from an ACQ4 HDF5 file and turn it into an R time series
Arguments
- files
Input acq4 HDF5 files (often end in
.ma
or.h5
)- name
the name of the HDF5 folder containing the data to read
- bit64conversion
What to do with 64 bit integers (this normally comes up with unsigned 32 bit integers for which R has no native support but can be encoded without any loss of precision in R's
numeric
(8 byte double) type). Seeh5read()
for details.- channel
Which data channel to import
- ...
Additional arguments passed to
h5read()