TimMonko / napari-ndev

A collection of plugin widgets by Tim Monko -- focused on neural development -- but intended to be broadly applicable to microscopy.
https://timmonko.github.io/napari-ndev/
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

create a class to have consistent, useful image management across widgets #69

Open TimMonko opened 8 hours ago

TimMonko commented 8 hours ago

consider making Class nImage, with methods to pull data in expected formats for various function compatability. For example, we can grab the array in the format that scikit-image regionprops desires (TZYXC) compared to something like pyclesperanto (squeezed TCZYX) or nyxus (TCZYX, not needed to be squeezed).