Quick view of supported file types
A quick review of the supported file types in mhealth-storage compatible dataset
File types are identified in the suffix before file extension, separated by symbol `.`. Current format reserves identifiers for six file types: sensor, event, annotation, feature, class and log. You may extend with your own file type identifier.
xxx.xxxxxx.2016-01-01-08-00-00-000-[M/P]HHmm.sensor.csv
xxx.xxxxxx.2016-01-01-09-00-00-110-[M/P]HHmm.event.csv
xxx.xxxxxx.2016-01-01-09-00-00-110-[M/P]HHmm.annotation.csv
xxx.xxxxxx.2016-01-01-09-00-00-110-[M/P]HHmm.feature.csv
xxx.xxxxxx.2016-01-01-09-00-00-110-[M/P]HHmm.class.csv
xxx.xxxxxx.2016-01-01-09-00-00-110-[M/P]HHmm.log.csv
File types to store raw information
sensor data
Store raw sensor data in high or low sampling frequency.
User can add their own
sensor type
to define newsenosr
data file format.
Filename convention
File format
event data
Store formatted event information (numerical or categorical) happens at a time point, such as EMA prompt questions and responses.
Filename Convention
File format
annotation data
Store annotation information by user or by annotator. Annotation set may be from user definition or predefined annotation set.
Filename Convention
File format
File types for data analysis
feature
file
feature
fileStore numerical or categorical feature data derived from
sensor
orevent
files.
Filename Convention
File format
Last updated