File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,16 +301,16 @@ def run_trackmate(
301301 crop_roi = None ,
302302):
303303 # sourcery skip: merge-else-if-into-elif, swap-if-else-branches
304- """Function to run TrackMate on open data. Has some specific input
304+ """Function to run TrackMate on already opened data.
305305
306306 Parameters
307307 ----------
308308 implus : ij.ImagePlus
309- ImagePlus image on which to run Trackmate
309+ ImagePlus image on which to run Trackmate.
310310 settings : fiji.plugin.trackmate.Settings
311- Settings to use for TrackMate, see detector methods for different settings
311+ Settings to use for TrackMate, see detector methods for different settings.
312312 crop_roi : ij.gui.Roi, optional
313- ROI to crop on the image, by default None
313+ ROI to crop on the image, by default None.
314314
315315 Returns
316316 -------
You can’t perform that action at this time.
0 commit comments