File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,16 +236,16 @@ def spot_filtering(
236236
237237
238238def 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.
You can’t perform that action at this time.
0 commit comments