uos_activpal.io

uos_activpal.io.raw module

uos_activpal.io.raw.ActivpalData(file_path) An object to wrap activPAL data.
uos_activpal.io.raw.Meta A namedtuple with fields for the activPAL raw data’s metadata.
uos_activpal.io.raw.change_file_code(…) Modifiy the file code in the header of an activPAL raw data file.
uos_activpal.io.raw.extract_metadata_from_file(…) Return a Meta object with the metadata from the given activPAL data file.
uos_activpal.io.raw.load_activpal_data(file_path) Return the data from an activPAL data file as (metadata, signals).