Skip to content

Commit 3b4c3ba

Browse files
authored
Update walk-study-psu.nrel-op.json
Change the `filter_time` to also be frequent (1 seconds instead of 30) per email: > I think we want to be as consistent as possible between the two phone types. From reviewing the raw data, it seemed like the iPhones were capturing around a point per second during trips.
1 parent ab739cd commit 3b4c3ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/walk-study-psu.nrel-op.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"trip-labels": "ENKETO"
6464
},
6565
"tracking": {
66-
"filter_distance": -1
66+
"filter_distance": -1,
67+
"filter_time": 1000
6768
},
6869
"display_config": {
6970
"use_imperial": true

0 commit comments

Comments
 (0)