We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8fc3a commit b9b293cCopy full SHA for b9b293c
1 file changed
src/wristpy/processing/metrics.py
@@ -644,7 +644,10 @@ def monitor_independent_movement_summary_units(
644
cutoffs: Tuple specifying the low and high cutoff frequencies (in Hz) for the
645
Butterworth filter.
646
order: Order of the Butterworth filter.
647
- rectify:If True, rectifies the filtered signal before aggregation. ,
+ 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.
651
652
Returns:
653
Processed MIMS values after combining the values of each axis with the provided
0 commit comments