2019-10-24 18:11:24 +02:00
|
|
|
# Valid database table names
|
2019-11-06 22:08:50 +01:00
|
|
|
SENSORS: [applications_crashes, applications_foreground, applications_notifications, battery, bluetooth, calls, fitbit_data, locations, messages, plugin_ambient_noise, plugin_device_usage, plugin_google_activity_recognition, screen]
|
2019-10-24 18:11:24 +02:00
|
|
|
|
|
|
|
# Participants to include in the analysis
|
|
|
|
# You must create a file for each participant
|
|
|
|
# named pXXX containing their device_id
|
2019-10-24 22:27:43 +02:00
|
|
|
PIDS: [p01, p02]
|
|
|
|
|
|
|
|
# Global var with common day segments
|
|
|
|
DAY_SEGMENTS: &day_segments
|
|
|
|
[daily, morning, afternoon, evening, night]
|
|
|
|
|
2019-11-05 21:17:20 +01:00
|
|
|
# Global timezone
|
2019-11-06 23:12:06 +01:00
|
|
|
# Use codes from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
|
|
# Double check your code, for example EST is not US Eastern Time.
|
2019-11-05 21:17:20 +01:00
|
|
|
TIMEZONE: &timezone
|
2019-11-06 23:12:06 +01:00
|
|
|
America/New_York
|
2019-11-05 21:17:20 +01:00
|
|
|
|
2019-10-24 23:27:00 +02:00
|
|
|
# Download data config
|
|
|
|
DOWNLOAD_DATASET:
|
|
|
|
GROUP: AAPECS
|
|
|
|
|
|
|
|
# Readable datetime config
|
|
|
|
READABLE_DATETIME:
|
2019-11-05 21:17:20 +01:00
|
|
|
FIXED_TIMEZONE: *timezone
|
2019-10-24 23:27:00 +02:00
|
|
|
|
2019-11-06 21:38:08 +01:00
|
|
|
# Communication SMS features config, TYPES and METRICS keys need to match
|
|
|
|
SMS:
|
|
|
|
TYPES : [received, sent]
|
|
|
|
METRICS:
|
|
|
|
received: [count, distinctcontacts]
|
|
|
|
sent: [count, distinctcontacts]
|
|
|
|
DAY_SEGMENTS: *day_segments
|
|
|
|
|
|
|
|
# Communication call features config, TYPES and METRICS keys need to match
|
2019-11-06 20:47:33 +01:00
|
|
|
CALLS:
|
|
|
|
TYPES: [missed, incoming, outgoing]
|
|
|
|
METRICS:
|
|
|
|
missed: [count, distinctcontacts]
|
|
|
|
incoming: [count, distinctcontacts, meanduration, sumduration, hubermduration, varqnduration, entropyduration]
|
|
|
|
outgoing: [count, distinctcontacts, meanduration, sumduration, hubermduration, varqnduration, entropyduration]
|
2019-10-25 16:21:09 +02:00
|
|
|
DAY_SEGMENTS: *day_segments
|
2019-11-05 18:34:22 +01:00
|
|
|
|
|
|
|
PHONE_VALID_SENSED_DAYS:
|
|
|
|
BIN_SIZE: 5 # (in minutes)
|
|
|
|
MIN_VALID_HOURS: 20 # (out of 24)
|
2019-11-05 21:17:20 +01:00
|
|
|
MIN_BINS_PER_HOUR: 8 # (out of 60min/BIN_SIZE bins)
|
|
|
|
|
|
|
|
BARNETT_LOCATION:
|
|
|
|
ACCURACY_LIMIT: 51 # filters location coordinates with an accuracy higher than this
|
2019-11-06 18:19:30 +01:00
|
|
|
TIMEZONE: *timezone
|
|
|
|
|
|
|
|
BLUETOOTH:
|
|
|
|
DAY_SEGMENTS: *day_segments
|
|
|
|
METRICS: ["countscans", "uniquedevices", "countscansmostuniquedevice"]
|