-
Notifications
You must be signed in to change notification settings - Fork 0
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
Singular matrix when NA = 0.8
and ni = 1.0
#11
Comments
Note to self: I notice a slight variation between the Matlab code and the Python code. Not sure if they are relevant to the singular matrix issue. Currently, the scaling factor is computed as const vec scaling_factor = (iota(1.0, precision.num_basis + 1) * 3 - 2) * params.NA *
(precision.min_wavelength / wavelength); which follows the original literature and the code in |
It should be fine either way, just a normalization in case the value is too large. |
Thank you for the guidance. So I suppose the singular matrix warning with |
When a lower NA objective lens is specified, the adaptive linear solver implementation [1] reports the following warning:
Microscope parameters:
[1] Sanderson and Curtin 2020, an adaptive solver for systems of linear equations. https://arma.sourceforge.net/armadillo_solver_2020.pdf
The text was updated successfully, but these errors were encountered: