Reads the temperature from movisens files.
g.readtemp_movisens.RdReads the temperature from movisens files, resamples it and adds it to the matrix where accelerations are stored
Arguments
- datafile
Full path to the folder where the movisens bin files are stored. Note that movisens store a set of bin file in one folder per recording. GGIR will read the pertinent bin file to access to the temperature data.
- desiredtz
See g.getmeta
- from
Origin point to derive the temperature from movisens files (automatically calculated by GGIR)
- to
End point to derive the temperature from movisens files (automatically calculated by GGIR)
- interpolationType
Integer to indicate type of interpolation to be used when resampling time series (mainly relevant for Axivity sensors), 1=linear, 2=nearest neighbour.