We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setSLMImage()
Reproduce by loading demo config and running the following BeanShell:
mmc.setSLMImage("whatever", null);
(MM crashes with uncaught C++ exception, where it should throw an exception indicating that the SLM whatever doesn't exist.)
whatever
Probably the result of special-casing setSLMImage in MMCoreJ.i (to handle the image buffer) but not handling exceptions correctly.
setSLMImage
MMCoreJ.i
Analogous to (but independent of) micro-manager/pymmcore#76.
The text was updated successfully, but these errors were encountered:
threads="1"
mmc.setSLMImage
No branches or pull requests
Reproduce by loading demo config and running the following BeanShell:
(MM crashes with uncaught C++ exception, where it should throw an exception indicating that the SLM
whatever
doesn't exist.)Probably the result of special-casing
setSLMImage
inMMCoreJ.i
(to handle the image buffer) but not handling exceptions correctly.Analogous to (but independent of) micro-manager/pymmcore#76.
The text was updated successfully, but these errors were encountered: