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
No related branches found
No related tags found
1 merge request!2Initial commit
......@@ -313,7 +313,8 @@ def run_trackmate_dog_spot_detector(imp, quality_threshold):
exportSpotsAsDots = True
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)
imp.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment