Skip to content

Commit 6f8ca96

Browse files
lguerardehrenfeu
authored andcommitted
Add full path to BDV classes and trackmate methods
1 parent f699d54 commit 6f8ca96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ detailed information, please refer to the updated API documentation.
6363
* New `imcflibs.imagej.bdv` submodule, providing BigDataViewer related
6464
functions:
6565
* New classes:
66-
* `ProcessingOptions` to store all options on how to process the dataset.
67-
* `DefinitionOptions` to store all options on how to define the dataset.
66+
* `imcflibs.imagej.bdv.ProcessingOptions` to store all options on how to process the dataset.
67+
* `imcflibs.imagej.bdv.DefinitionOptions` to store all options on how to define the dataset.
6868
* `imcflibs.imagej.bdv.check_processing_input` to sanitize and clarify the
6969
acitt input selection.
7070
* `imcflibs.imagej.bdv.get_processing_settings` to generate the strings needed
@@ -94,7 +94,7 @@ detailed information, please refer to the updated API documentation.
9494
* New `imcflibs.imagej.trackmate` submodule to provide helper functions to
9595
interface with Trackmate:
9696
* Multiple functions to set up Trackmate settings with different detectors,
97-
such as `cellpose`, `StarDist` or a `log detector`.
97+
such as `imcflibs.imagej.trackmate.cellpose_detector`, `imcflibs.imagej.trackmate.stardist_detector` or a `imcflibs.imagej.trackmate.log_detector`.
9898
* `imcflibs.imagej.trackmate.spot_filtering` to create settings to filter
9999
detected spots based on optional thresholds for quality, area, circularity &
100100
intensity.

0 commit comments

Comments
 (0)