Define daily segments.
parent
22513415e9
commit
2b52f686b3
|
@ -22,8 +22,8 @@ CREATE_PARTICIPANT_FILES:
|
||||||
# See https://www.rapids.science/latest/setup/configuration/#time-segments
|
# See https://www.rapids.science/latest/setup/configuration/#time-segments
|
||||||
TIME_SEGMENTS: &time_segments
|
TIME_SEGMENTS: &time_segments
|
||||||
TYPE: PERIODIC # FREQUENCY, PERIODIC, EVENT
|
TYPE: PERIODIC # FREQUENCY, PERIODIC, EVENT
|
||||||
FILE: "data/external/timesegments_periodic.csv"
|
FILE: "data/external/timesegments_daily.csv"
|
||||||
INCLUDE_PAST_PERIODIC_SEGMENTS: FALSE # Only relevant if TYPE=PERIODIC, see docs
|
INCLUDE_PAST_PERIODIC_SEGMENTS: TRUE # Only relevant if TYPE=PERIODIC, see docs
|
||||||
|
|
||||||
# See https://www.rapids.science/latest/setup/configuration/#timezone-of-your-study
|
# See https://www.rapids.science/latest/setup/configuration/#timezone-of-your-study
|
||||||
TIMEZONE:
|
TIMEZONE:
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
label,start_time,length,repeats_on,repeats_value
|
||||||
|
daily, 03:59:59,23H 59M 59S, wday, 1-5
|
|
Loading…
Reference in New Issue