Closed jo-mueller closed 2 years ago
Hi @haesleinhuepf ,
I am getting an error in this notebook in the 5th cell on this command:
surface = nppas.largest_label_to_surface(labels)
where nppas is napari-process-points-and-surfaces. Labels is a regular label image as made with skimage.measure.label().
nppas
napari-process-points-and-surfaces
skimage.measure.label()
Thanks for looking at it!
Add-on: Using nppas.largest_label_to_surface(labels) throws the above error, whereas nppas.label_to_surface(labels, 1) works.
nppas.largest_label_to_surface(labels)
nppas.label_to_surface(labels, 1)
This was fixed in napari-time-slicer 0.4.5
Thanks for reporting @jo-mueller !
Hi @haesleinhuepf ,
I am getting an error in this notebook in the 5th cell on this command:
where
nppas
isnapari-process-points-and-surfaces
. Labels is a regular label image as made withskimage.measure.label()
.Thanks for looking at it!