A collection of widgets intended to serve any person seeking to process microscopy images from start to finish, with no coding necessary. napari-ndev was designed to address the gap between the napari viewer and batch python scripting.
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).
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).