Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 9, 2021
1 parent 3b784e7 commit c64fc80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nanite/poc.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def poc_gradient_zero_crossing(force):
3. Cut off gradient at maxiumum with a 10 point reserve
4. Apply a moving average filter to the gradient
5. The POC is the index of the averaged gradient curve where
the values are below 1% of the gradient maximum.
the values are below 1% of the gradient maximum, measured
from the indentation maxium (not from baseline).
"""
cp = np.nan
# Perform a median filter to smooth the array
Expand Down

0 comments on commit c64fc80

Please sign in to comment.