Skip to content

Commit 173e9e1

Browse files
committed
Docstring formatting
1 parent b3ae200 commit 173e9e1

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
@@ -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
-------

0 commit comments

Comments
 (0)