Skip to content
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

Issue with pixel size #14

Open
ysudarikova opened this issue May 17, 2022 · 0 comments
Open

Issue with pixel size #14

ysudarikova opened this issue May 17, 2022 · 0 comments

Comments

@ysudarikova
Copy link

Hello Austin, thank you for creating and sharing this great tool!

I am trying to run my 2D time stack in the Mitometer App. The issue seems to be with my pixel size, which is between 0.22 and 0.39 for various images I've tried. The App does not let me run images with pixel sizes larger than ~0.28. I get the following error:

Array indices must be positive integers or logical values.

Error in optimizeSigmaThresh (line 108)
threshOptimal = threshMatrix(floor(median(rowMin)));

Error in GUI2/Start2DButtonPushed (line 1098)
[app.sig,app.thr,costs] = optimizeSigmaThresh(ImBgRemoved);

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 386)
Error while evaluating Button PrivateButtonPushedFcn.

Is there a way to overcome this threshold?

Many thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant