-
As suggested by email from Anand:
> Hi Marshall
>
> could you remind me if using mdft as:
>
> ```
> psf1 = mDFT.DFT_combined(vizclean, 200.0, 400, inverse = True, centering = "SYMMETRIC")
> ```
>…
-
(A) We want to pay special attention to speed improvements for CellProfiler for the grant.(B) We also want sudden changes in the run time (e.g., during nightly builds via CruiseControl) to trigger a w…
-
From Arthur Vigan at LAM:
> Dear Marshall,
>
> I have started using your poppy library, mainly for the implementation of the Zernike polynomials that you have included in the library. In particular…
-
The Thibos-based optics, generated by
`oi = oiCreate('wvf human');`
produces a complex-valued OTF, as evidenced by the fact that
`isreal(oi.optics.OTF.OTF)`
returns 0.
This is unlike
`oi = oiCreate(…
-
1) Legacy code should be moved into the test suite.
2) Test suite should be updated.
3) File proliferation should be reduced or eliminated.
4) Code should be PEP8 compliant.
5) Remaining MATLAB idioms…
-
Hi all- For #590, I have been thinking of how to represent optical PSFs in a chromatic context. After a brief e-mail discussion with @jmeyers314 , I would like to propose some new functionality that …
-
@douglase tells me he couldn't find anything about the zernike optics class in the docs, and indeed it seems like the ZernikeWFE class is only mentioned in the release notes but not actually documente…
-
`hexike_basis` was calling `zernike_basis` without specifying an `outside` value. At some point I changed the default `outside` for use (I believe) with `opd_expand`. Anyway, specifying `outside=0.0` …
-
As far as I understand, the SBInterpolatedImage inherits the standard SBProfile xValue() method. I'm not sure that this is actually the behavior we want.
If we have some analytic profile then we can…
-
Use PyInstaller rather than py2app and py2exe.