Skip to content
Snippets Groups Projects
Commit d6ed724d authored by Kai Schleicher's avatar Kai Schleicher
Browse files

Adapt to api change in trackmate

parent 811cdd74
Branches
No related tags found
1 merge request!2Initial commit
...@@ -313,7 +313,8 @@ def run_trackmate_dog_spot_detector(imp, quality_threshold): ...@@ -313,7 +313,8 @@ def run_trackmate_dog_spot_detector(imp, quality_threshold):
exportSpotsAsDots = True exportSpotsAsDots = True
exportTracksOnly = False exportTracksOnly = False
label_imp = LabelImgExporter.createLabelImagePlus(trackmate, exportSpotsAsDots, exportTracksOnly, False) labelIdPainting = LabelImgExporter.LabelIdPainting.LABEL_IS_SPOT_ID
label_imp = LabelImgExporter.createLabelImagePlus(trackmate, exportSpotsAsDots, exportTracksOnly, labelIdPainting)
label_imp.setCalibration(cal) label_imp.setCalibration(cal)
imp.close() imp.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment