Overview of directory structure
Description of the directory structure of a typical mhealth storage compatible dataset
Participant ID
Allowed characters: alphabets and digits.
Globally Unique.
Used as directory name.
MasterSynced
Synchronized sensor, feature, event, annotation files, stored in mhealth storage format.
Files are divided hourly, in folder
MasterSynced/YYYY/MM/DD/HH/
OriginalRaw
Original files stored in manufacturer's format.
Arbitrary directory structure.
Recommended to divide sub directories by the type of sensor or data.
Meta
Store meta files that are additional information to files in
MasterSynced
folder.Meta files should be kept unchanged all the time.
Derived
Store data files derived or merged from files in
MasterSynced
folder. Such as feature files, class files, model files, ema summary files.SetName
is used to specify any common properties of a set of derived files. Popular names could beAllTime
,LabSession
,Weekend
,FebruaryMorning
or the combination between them.
MetaCrossParticipants
Store meta information that is aggregated from files in each participant's
Meta
folders.Meta information is the unchanged information for a dataset.
DerivedCrossParticipants
Store data files derived and merged from files in each participant's
MasterSynced
orDerived
folders.SetName
is used to specify the time or participant characte of a set of derived files. For example,AllTimeMale
,LabSessionAdults
and so on.
Last updated