spectral_unmixing.show_all_channels_in_napariο
- spectral_unmixing.show_all_channels_in_napari(stack_path, *, layer_prefix='Channels', colormaps=None, title='Spectral Unmixing Results')[source]ο
Show every channel of a canonical
TZCYXstack as a separate napari layer.- Parameters:
stack_path (str or Path) β Path to a microscopy stack readable by OMIO.
layer_prefix (str, optional) β Prefix used when naming napari layers.
colormaps (list of str or None, optional) β Colormaps used for successive channels. If more channels than colormaps are present, the list is reused cyclically.
title (str, optional) β Window title used when a new napari viewer is created.
- Returns:
napari.Viewer β Shared napari viewer containing one layer per channel.