Skip to content

Commit

Permalink
make output of rescale jupyter-outputable
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf authored Oct 2, 2023
1 parent 94a8517 commit 2f04ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions napari_segment_blobs_and_things_with_membranes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ def skeletonize(image: "napari.types.LabelsData") -> "napari.types.LabelsData":


@register_function(menu="Transforms > Rescale (scikit-image, nsbatwm)")
@jupyter_displayable_output(library_name='nsbatwm', help_url='https://www.napari-hub.org/plugins/napari-segment-blobs-and-things-with-membranes')
@time_slicer
def rescale(image: "napari.types.ImageData",
scale_x: float = 1.0,
Expand Down

0 comments on commit 2f04ac4

Please sign in to comment.