We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362f8e1 commit 1765404Copy full SHA for 1765404
1 file changed
src/imcflibs/imagej/trackmate.py
@@ -69,8 +69,8 @@ def cellpose_detector(
69
70
settings.detectorFactory = CellposeDetectorFactory()
71
settings.detectorSettings["TARGET_CHANNEL"] = target_channel
72
- settings.detectorSettings["OPTIONAL_CHANNEL_2"] = optional_channel # Set optional channel to 0, will be
73
- # overwritten if needed
+ # set optional channel to 0, will be overwritten if needed:
+ settings.detectorSettings["OPTIONAL_CHANNEL_2"] = optional_channel
74
75
settings.detectorSettings["CELLPOSE_PYTHON_FILEPATH"] = pathtools.join2(
76
cellpose_env_path, "python.exe"
0 commit comments