haesleinhuepf / napari-time-slicer

A meta plugin for processing timelapse data timepoint by timepoint in napari
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Bug report: `KeyError: 'viewer'` #7

Closed jo-mueller closed 2 years ago

jo-mueller commented 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().

Thanks for looking at it!

jo-mueller commented 2 years ago

Add-on: Using nppas.largest_label_to_surface(labels) throws the above error, whereas nppas.label_to_surface(labels, 1) works.

haesleinhuepf commented 2 years ago

This was fixed in napari-time-slicer 0.4.5

Thanks for reporting @jo-mueller !