-
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
double[] gauss ops don't run on sample data #237
Comments
@hinerm what's the error? Are you using enough dimensions in your I tried replicating with |
It's unfortunate that there is no indication that a sigma for each dimension is needed - I guess a symptom of exposing the underlying ops directly instead of an abstraction that matches ops to the params. Also, unfortunate that no feedback is given in the UI that the Op failed. |
Essentially duplicated by #234 |
@hinerm I do think we should improve the |
@hinerm There is an already an issue for this in the imagej-ops issue tracker: imagej/imagej-ops#646 |
When testing the Ops use case I tried running other
filter.gauss
signatures.When running a signature with an sigma array, it goes to
double[]
(instead ofnumber
in the single-sigma variants?) and those then do not work on the input test image (embryos). I am assuming this is an issue with type matching..?The text was updated successfully, but these errors were encountered: