Skip to content

Commit b92a704

Browse files
committed
Fix Ruff errors
1 parent 6261182 commit b92a704

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/imcflibs/imagej/trackmate.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,16 @@ def spot_filtering(
236236

237237

238238
def set_spotfilter(settings, filter_key, filter_value):
239-
"""Sets a TrackMate spot filter with specified filter key and values.
239+
"""Set a TrackMate spot filter with specified filter key and values.
240240
241241
Parameters
242242
----------
243243
settings : fiji.plugin.trackmate.Settings
244244
Dictionary containing all the settings to use for TrackMate.
245-
filter_name : str
245+
filter_key : str
246246
The name of the filter to be applied. You must use the keys of the features, not their name.
247-
Here is the table of the feature keys and names for the spot features:
248-
https://imagej.net/plugins/trackmate/scripting/trackmate-detectors-trackers-keys
247+
Here is the table of the feature keys and names for the spot features:
248+
https://imagej.net/plugins/trackmate/scripting/trackmate-detectors-trackers-keys
249249
filter_value : list
250250
A list containing two values for the filter. The first value is
251251
applied as an above-threshold filter, and the second as a below-threshold filter.

0 commit comments

Comments
 (0)