lumicks.pylake.filter_lines

filter_lines(lines, minimum_length)

Remove lines below a specific minimum number of points from the list

Parameters:
lines : List[pylake.KymoLine]

Detected traces on a kymograph.

minimum_length : int

Minimum length for the line to be accepted.