Skip to content

Commit

Permalink
DOC: Fix typo in filter_stubs() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed Mar 3, 2015
1 parent 50696a8 commit 897c457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trackpy/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@


def filter_stubs(tracks, threshold=100):
"""Filter out trajectories with few points. They are often specious.
"""Filter out trajectories with few points. They are often spurious.
Parameters
----------
tracks : DataFrame
must include columns named 'frame' and 'particle'
threshold : integer, default 100
minimum number of points to survive
minimum number of points (video frames) to survive
Returns
-------
Expand Down

0 comments on commit 897c457

Please sign in to comment.