-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ImagePlus parameters #49
Comments
In general, we need to handle |
It is because it is commented out 😜 This fix may be as simple as uncommenting these lines. |
I think it needs to be conditional on the original ImageJ being present on the classpath, though. You don't want napari-imagej to crash when the legacy layer is absent. |
Yes, we should surround that import with a |
Okay, so here's the current state of the major players in this PR.
What is the step forward here? Is there anything left to do as far as napari-imagej goes? Should we file an issue in imagej-legacy to ensure that the color table changes are made? |
Probably related: #138. |
The
Manual Threshold...
.js
script creeps into the search results and itsImagePlus
parameter doesn't map appropriately. This will have to be handled appropriately in conjunction with imagej/imagej-legacy#264The text was updated successfully, but these errors were encountered: