You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know we can use the imagej-ops thinning ops, but this is really about testing Commands from SNT. I would point out that this Command is declared with visible = false hence the topic title, but I suspect that might be a red herring.
Can someone help me understand why the SkeletonizerCmd won't show up in the napari-imagej search bar with this endpoint: endpoint = "sc.fiji:fiji:2.13.0+org.morphonets:SNT:MANAGED"
Thank you!
Kyle
The text was updated successfully, but these errors were encountered:
Command is declared with visible = false hence the topic title, but I suspect that might be a red herring.
@kephale I think that's the opposite of a red herring 😆
In ModuleSearcher.search, we call ModuleSearcher.isGoodModule, and one of the conditions for a "good Module" is that it is visible. Furthermore the Plugin method suggests that when it is true, it shouldn't show up in the UI. So I think the behavior is correct here?
Hi Folks,
I cannot discover some Commands that are declared in SNT, like https://github.com/morphonets/SNT/blob/master/src/main/java/sc/fiji/snt/plugin/SkeletonizerCmd.java
I know we can use the imagej-ops thinning ops, but this is really about testing Commands from SNT. I would point out that this Command is declared with
visible = false
hence the topic title, but I suspect that might be a red herring.Can someone help me understand why the SkeletonizerCmd won't show up in the napari-imagej search bar with this endpoint:
endpoint = "sc.fiji:fiji:2.13.0+org.morphonets:SNT:MANAGED"
Thank you!
Kyle
The text was updated successfully, but these errors were encountered: