25 lines
578 B
YAML
25 lines
578 B
YAML
# Valid database table names
|
|
SENSORS: [messages]
|
|
|
|
# Participants to include in the analysis
|
|
# You must create a file for each participant
|
|
# named pXXX containing their device_id
|
|
PIDS: [p01, p02]
|
|
|
|
# Global var with common day segments
|
|
DAY_SEGMENTS: &day_segments
|
|
[daily, morning, afternoon, evening, night]
|
|
|
|
# Download data config
|
|
DOWNLOAD_DATASET:
|
|
GROUP: AAPECS
|
|
|
|
# Readable datetime config
|
|
READABLE_DATETIME:
|
|
FIXED_TIMEZONE: EST
|
|
|
|
# Communication SMS features config
|
|
COM_SMS:
|
|
SMS_TYPES : [received, sent]
|
|
DAY_SEGMENTS: *day_segments
|
|
METRICS: [count, distinctcontacts] |