Inspects accelerometer file for key information, including: monitor brand, sample frequency and file header
g.inspectfile(datafile, desiredtz = "", params_rawdata = c(),
configtz = c(), ...)
fileheader
monitor name (genea, geneactive)
monitor brand code (0 - ad-hoc file format, 1 = genea (non-commercial), 2 = GENEActive, 3 = actigraph, 4 = Axivity (AX3, AX6), 5 = Movisense, 6 = Verisense)
data format name, e.g bin, csv, cwa, gt3x
data format code (1 = .bin, 2 = .csv, 3 = .wav, 4 = .cwa, 5 = ad-hoc .csv, 6 = .gt3x)
samplefrequency in Hertz
filename
name of data file
Desired timezone, see documentation g.getmeta
See g.part1
...
Any argument used in the previous version of g.getmeta, which will now be used to overrule the arguments specified with the parameter objects.
Vincent T van Hees <v.vanhees@accelting.com>