You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# keep 'all' valid sections even when they are interspersed with undetected chunks, or the 'largest' valid section, or the 'first' one, or the 'last' one
137
138
filter = true
138
139
show_graphs = true# Show plots of raw and processed results
139
140
filter_type = 'butterworth'# butterworth, gaussian, LOESS, median
Copy file name to clipboardExpand all lines: Sports2D/Sports2D.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,7 @@
232
232
'post-processing': {'interpolate': True,
233
233
'interp_gap_smaller_than': 10,
234
234
'fill_large_gaps_with': 'last_value',
235
+
'sections_to_keep':'all',
235
236
'filter': True,
236
237
'show_graphs': True,
237
238
'filter_type': 'butterworth',
@@ -318,6 +319,7 @@
318
319
'interpolate': ["", "interpolate missing data. true if not specified"],
319
320
'interp_gap_smaller_than': ["", "interpolate sequences of missing data if they are less than N frames long. 10 if not specified"],
320
321
'fill_large_gaps_with': ["", "last_value, nan, or zeros. last_value if not specified"],
322
+
'sections_to_keep': ["", "all, largest, first, or last. Keep 'all' valid sections even when they are interspersed with undetected chunks, or the 'largest' valid section, or the 'first' one, or the 'last' one"],
321
323
'filter': ["", "filter results. true if not specified"],
322
324
'filter_type': ["", "butterworth, gaussian, median, or loess. butterworth if not specified"],
323
325
'order': ["", "order of the Butterworth filter. 4 if not specified"],
0 commit comments