pyActigraphy.io.read_raw_dqt¶
- pyActigraphy.io.read_raw_dqt(input_fname, name=None, header_size=15, start_time=None, period=None)[source]¶
Raw object from .csv file recorded by Daqtometers (Daqtix, Germany)
- Parameters
input_fname (str) – Path to the DQT file.
name (str, optional) – Name of the recording. If None, the device UUID is used instead. Default is None.
header_size (int) – Header size (i.e. number of lines) of the raw data file. Default is 15.
start_time (datetime-like, optional) – Read data from this time. Default is None.
period (str, optional) – Length of the read data. Cf. #timeseries-offset-aliases in <https://pandas.pydata.org/pandas-docs/stable/timeseries.html>. Default is None (i.e all the data).
- Returns
raw – An object containing raw DQT data
- Return type
Instance of RawDQT