Define daily segments.

labels
junos 2021-12-08 18:20:22 +01:00
parent 22513415e9
commit 2b52f686b3
2 changed files with 4 additions and 2 deletions

View File

@ -22,8 +22,8 @@ CREATE_PARTICIPANT_FILES:
# See https://www.rapids.science/latest/setup/configuration/#time-segments
TIME_SEGMENTS: &time_segments
TYPE: PERIODIC # FREQUENCY, PERIODIC, EVENT
FILE: "data/external/timesegments_periodic.csv"
INCLUDE_PAST_PERIODIC_SEGMENTS: FALSE # Only relevant if TYPE=PERIODIC, see docs
FILE: "data/external/timesegments_daily.csv"
INCLUDE_PAST_PERIODIC_SEGMENTS: TRUE # Only relevant if TYPE=PERIODIC, see docs
# See https://www.rapids.science/latest/setup/configuration/#timezone-of-your-study
TIMEZONE:

View File

@ -0,0 +1,2 @@
label,start_time,length,repeats_on,repeats_value
daily, 03:59:59,23H 59M 59S, wday, 1-5
1 label start_time length repeats_on repeats_value
2 daily 03:59:59 23H 59M 59S wday 1-5