Skip to content

Commit b9b293c

Browse files
committed
doc string.
1 parent 0a8fc3a commit b9b293c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/wristpy/processing/metrics.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,10 @@ def monitor_independent_movement_summary_units(
644644
cutoffs: Tuple specifying the low and high cutoff frequencies (in Hz) for the
645645
Butterworth filter.
646646
order: Order of the Butterworth filter.
647-
rectify:If True, rectifies the filtered signal before aggregation. ,
647+
rectify: Specifies if data should be rectified before integration. If True any
648+
value below -150 will assign the value of that axis to -1 for that epoch.
649+
Additionally the absolute value of accelerometer data will be used for
650+
integration.
648651
649652
Returns:
650653
Processed MIMS values after combining the values of each axis with the provided

0 commit comments

Comments
 (0)