haesleinhuepf / haesleinhuepf/BioImageAnalysisNotebooks
Slice shape issue on page /20_image_segmentation/Segmentation_3D.html
Open
- Dominant language
- Cool
- Stars
- 157
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Hello ,
Thank you for your work. There is always a notebook for what I am looking for!
In this notebook : https://haesleinhuepf.github.io/BioImageAnalysisNotebooks/20_image_segmentation/Segmentation_3D.html
In the section intensity and background correction I think the slice should be
```python
a_slice = cle.create([resampled.shape[1], resampled.shape[2]])
```

With the example data the change is not obvious but with less cubic data I think it will crop part of the image
Contributor guide
Assessment
This issue has not been assessed yet.