Talley Lambert
Talley Lambert
> But open is adjusted with opening file from path i don't quite follow what "adjusted" means here. if you meant "associated"... I can see that. I also don't mind...
> So I hate to do this but why are we only supporting multichannel images with these API proposals? cause it's the only one we're actively trying to deprecate at...
@draga, I slightly modified the `viewer.add_image()` example after you voted, to reflect the fact that one would need to call it in a for loop for as many channels as...
> add_multichannel that takes an is_labels switch or even just a layer_type arg if we want to support e.g. @sofroniewn's multisurface call Actually, pondering this a bit more, I like!...
... i'm thinking something like: ```python def add_multilayer(self, data: ArrayLike, axes: Mapping[int, str], ...) -> List[Layer]: """_summary_ Parameters ---------- data : ArrayLike nD array axes : Mapping[int, str] ... could...
much appreciate @isabela-pf since this seems to mostly pertain to the in-app interface, should we be moving this to `napari/napari`? or am I misunderstanding, and this pertains more to the...
sure. Yeah if the action-item here would need to edit `napari/_qt/dialogs/qt_plugin_dialog.py`, then it should be a napari issue. Will transfer
It's fine, I'll resolve them, thanks
This is a duplicate of https://github.com/napari/napari/pull/3981 See extensive discussion there
(it might be time for a full refactor there, using #4931