-
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
Extracting OTF data from optical image objects #25
Comments
Maybe you can try oiGet(oi, 'optics otf data'). Not sure if this is what Best, On Mon, Oct 27, 2014 at 11:19 AM, Nicolas Cottaris <[email protected]
|
Hi HJ, I tried that. It bombs out for ‘diffraction limited’ optics such as a diffuser. Nicolas Error using opticsGet (line 479) Error in oiGet (line 135) Error in validateDiffuser>validationScript (line 39)
|
Hi,
be helpful. Best, On Mon, Oct 27, 2014 at 11:40 AM, Nicolas Cottaris <[email protected]
|
Hi,
was the missing ingredient. Thanks,
|
Good. We plan to change the default on oiCreate() to add the spectrum field. Currently, it is omitted. If we insert it, we believe that your oiSet() will not be needed. |
Currently, to get the OTF data associated with an optical image object, we must call plotOI, which also plots the OTF in addition to returning the data. I believe there is no other way, but I could be wrong. If this is indeed the case, we should probably add oiGet(oi, 'otf data'), which will compute the OTF function and return it without any plotting. Objections, suggestions?
The text was updated successfully, but these errors were encountered: