InsightSoftwareConsortium / itkwidgets

An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.
https://itkwidgets.readthedocs.io/
Apache License 2.0
574 stars 83 forks source link

BUG: Select roi on itk image #709

Closed thewtex closed 7 months ago

thewtex commented 7 months ago

Add a section to the Select ROI notebook on how to apply it to an itk.Image. Also fix a few bugs discovered in the process:

  1. For slices, it should be index + 1 for the stop value
  2. Ensure the slice indexes are integers.
review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 7 months ago

View / edit / reply to this conversation on ReviewNB

bnmajor commented on 2023-12-13T20:11:12Z ----------------------------------------------------------------

This cell will need "tags": ["skip-execution"] added to the metadata in order to pass the CI tests


thewtex commented 7 months ago

Added, thanks for the pointer!