Activity_per_s.mat - TimeDate - Activity #97
-
Hello everyone, I work as a researcher at the University of Jyväskylä, and I am particularly interested in ActiPASS's ability to detect stair walking. I am currently working with the "Activity_per_s.mat" file and had a couple of questions regarding the data format. I couldn't find this information in the documentation. Time Representation in the "TimeDate" Variable: I noticed that the values in the "TimeDate" variable begin with 739582 in my data. Do you have information on what time representation format is used in this variable? Specifically, I would like to understand what this number corresponds to and how it can be interpreted in terms of the actual date and time (e.g., UNIX). Activity Column Values: I would also appreciate clarification on what the numeric values in the "Activity" column represent. Do you have information on whether you provide a description of the different activities or actions these numbers correspond to? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi, welcome to ActiPASS community 😀. Is there a specific reason that you want to use the 1s classifications? If so the best way of understanding is to have a look at ActiPASS stats/variable generation code at https://github.com/Ergo-Tools/ActiPASS/tree/main/stats. To answer your specific question, the time data is just a MATLAB datenumber, and the numbers (which corresponds to different behaviours) can be found at https://github.com/Ergo-Tools/ActiPASS/blob/main/stats/genVariables.m |
Beta Was this translation helpful? Give feedback.
-
Hello, great! Anyway, ActiPASS outputs all behaviours in the standard tables including stair-walking. I still do not understand why 1s data should be used. Do you want to study temporal patterns (and transitions) of different behaviours? |
Beta Was this translation helpful? Give feedback.
-
Hi, Anyway some hints/warnings you can consider 😀.
|
Beta Was this translation helpful? Give feedback.
Hi, welcome to ActiPASS community 😀.
The "Activity_per_s.mat" file is considered an intermediate file and hence not documented. We encourage end-users to use the variables from documented daily (24h) tables, or interval-based tables whenever possible. These contain very important quality-check data which is not available on high resolution 1s epoch table (Activity_per_s.mat). The quality checking information (various flags and visualizations) are specially designed in such a way the end-user understand the capabilities and limitations of ActiPASS.
Is there a specific reason that you want to use the 1s classifications? If so the best way of understanding is to have a look at ActiPASS stats…