Closed p-j-smith closed 1 year ago
Describe the bug The napari plugin doesn't work with 4D data (even if there is a single slice in the Z dimension).
To make the plugin able to handle 4d data, this line:
data, properties, graph = tracker.to_napari(ndim=2)
should be changed to:
data, properties, graph = tracker.to_napari()
which would let BayesianTracker determine the dimensionality of the layer
BayesianTracker
Your setup:
btrack_version: 0.6.1.dev16 system_platform: macOS-12.6.5-x86_64-i386-64bit system_python: 3.10.9
Describe the bug The napari plugin doesn't work with 4D data (even if there is a single slice in the Z dimension).
To make the plugin able to handle 4d data, this line:
should be changed to:
which would let
BayesianTracker
determine the dimensionality of the layerYour setup: