File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,17 @@ All samplers have a few parameters in common:
35
35
Periodic sampler
36
36
~~~~~~~~~~~~~~~~
37
37
38
- Draw segments from the recordings, periodically
38
+ Draw segments from the recordings periodically.
39
+
40
+ The ``--period `` argument is between the end of the previous segment until the start of the next. For example
41
+ length:60000(1min) period:3540000(59min) will sample the first minute of every hour whereas length:60000(1min)
42
+ period:3600000(1h) will sample the 1st min of the 1st hour, the 2nd min o the 2nd hour and so on.
43
+
44
+ The ``--by `` argument will group recordings to form a single timeline in which the periodicity defines the parts
45
+ to annotate, then those parts are extracted from the recordings of the group. this means that recordings following
46
+ each other will maintain continuity in sampling period if in the same session and sampling by session_id. It also means
47
+ concurrent recordings in the same session will have the same samples kept time/date wise regardless of shifts in start.
48
+ The default is to sample by 'recording_filename' which will simply periodicly sample each recording independently.
39
49
40
50
.. clidoc ::
41
51
You can’t perform that action at this time.
0 commit comments