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

Example 1 Not running #1

Open
jesse-anderson opened this issue Nov 8, 2022 · 4 comments
Open

Example 1 Not running #1

jesse-anderson opened this issue Nov 8, 2022 · 4 comments

Comments

@jesse-anderson
Copy link

As is Example1.m will not run.
"""

Error using frc
Too many input arguments.
Error in postofrc (line 131)
frc_out = frc(in1,in2);
Error in postoresolution (line 115)
frc_out = postofrc(positions,sz,zm,nblocks);
Error in example1 (line 31)
[res_value, ~, resH, resL] = postoresolution(coords, szx, superzoom); % in super-resolution pixels

"""

@shy123
Copy link

shy123 commented Dec 5, 2022

Excuse me, we may have the same problem on this program. My group also want debug Example1.m.
...
"The function or variable 'paramerror' is not recognized."

This is the most frequent error in the process of the program, we don't know how to fix it. We think the code of **postoresolution** needed to be improved.

Is your problem solved now? Maybe we can have some discussion.

Thanks.

@kz1990
Copy link

kz1990 commented May 26, 2023

hello, same here. Have you solved the problem? Thank you!

@jesse-anderson
Copy link
Author

@shy123 @kz1990 I apologize for not replying sooner.
I actually found that using an ImageJ plugin to perform the FRC calculation was the best way to go. I did not want to rewrite large portions of a code. I am no longer working for my lab but it I believe it is this plugin: https://github.com/BIOP/ijp-frc
This is of course assuming that you are using this within the imageJ framework. Best of luck!

@jesse-anderson jesse-anderson closed this as not planned Won't fix, can't repro, duplicate, stale May 31, 2023
@kz1990
Copy link

kz1990 commented May 31, 2023

@shy123 @kz1990 I apologize for not replying sooner. I actually found that using an ImageJ plugin to perform the FRC calculation was the best way to go. I did not want to rewrite large portions of a code. I am no longer working for my lab but it I believe it is this plugin: https://github.com/BIOP/ijp-frc This is of course assuming that you are using this within the imageJ framework. Best of luck!

@jesse-anderson Thank you so much for replying to us! I have tried the ImageJ version, and it works well. Your confirmation is really helpful for our work. Thank you again!

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

3 participants