You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work ! I've planned to used your plugin in my project in place on my own nifti reader/writer functions, however I'm missing a simple feature : loading layers as image or labels according to the nifti dtype.
There's no dev branch so I can't push it myself, but here's a sample of code that should do the trick :
Thank you for this proposition. However, many Nifti images (not segmentations) are also of dtype uint8 or uint16. Always loading Nifti files of these datatypes as labels will cause issues for this scenario. Nifti has sadly no internal flag for this case so the only solution is to load segmentations as images and convert them in Napari to a labels layer.
Hello,
Thanks for your work ! I've planned to used your plugin in my project in place on my own nifti reader/writer functions, however I'm missing a simple feature : loading layers as image or labels according to the nifti dtype.
There's no dev branch so I can't push it myself, but here's a sample of code that should do the trick :
and :
The text was updated successfully, but these errors were encountered: