Peter Sobolewski
Peter Sobolewski
I like this a lot! I think the collapsable properties are a real boon. I also agree with @DragaDoncila 2nd point (the minimum size)--lets not make things too jarring vs....
Bumping this. If one opens an RGB layer, one can split it to the 3 channels. It does not appear possible to reverse this -- merge to stack gives a...
So I'm thinking how to solve this... 1. Select 3 layers -> new contextual menu > merge to RGB -- there are enablements to make this work (same shape) and...
@DragaDoncila Yeah, I agree, I think `Merge as RGB` is more intuitive as the inverse of `Split RGB`. **But** in all of this, the order of the channels matters to...
We talked about this at the Pac meeting and the idea was to have the user colormap the layers and go with that as the source of truth instead of...
@DragaDoncila @jni This layer action: https://github.com/napari/napari/blob/baaf01dadcdef62bdb9a14e8a1df4ca974c84a49/napari/layers/_layer_actions.py#L105 has always had the `rgb` kwarg, but it's private and that kwarg has not been used and the `stack_utils.merge_rgb()` has been broken. Is it...
Do you have a plugin providing an .h5 writer? Because without a way to write such a file, there isn't much napari can do I don't think. Unless I am...
Sorry, I'm still not following what's happening: - Are you suing that plugin and having an issue writing h5? - Are you using some other plugin (DeepLabCut)? Could you please...
Are you selecting the right layer? Looking at the deeplabcut code: https://github.com/DeepLabCut/napari-deeplabcut/blob/0ceba4f203135aeeeaf8edfb8a8689d0517a5e1e/src/napari_deeplabcut/napari.yaml#L45-L51 This means that you have to have exactly 1 points layer selected to use their h5 writer and...
I can't reproduce this on 0.4.19 on my mac. I do notice both of you are on Windows. Can anyone with a windows machine reproduce? Also I notice both of...