-
Notifications
You must be signed in to change notification settings - Fork 5
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
Vortex Coronagraph #15
Comments
(there is a tl;dr at the bottom) As a whole, dygdug development is a little stalled out at the moment. It will be resumed eventually, but my brain lacks the spare energy to work on it (or prysm, or...) for a while now. All of the coronagraph models in dygdug have (maybe?) a scaling issue, in scaling the radiometry properly to units of normalized intensity (let alone contrast). Or I misunderstand something somewhere, which is also possible. The Vortex model is usable, but has an error somewhere, here is some 7 month old code that works, and produces a DH of ~1e-8 residual. The intensity is asymmetric, so there is an asymmetry error somewhere (incomplete destructive interference, which is how a vortex coro works).
My guess is that I tried to do things with "FFT style" martix DFTs, where the "center" pixel is DC and for even sized arrays there is an asymmetric support in the Fourier domain, and by shifting the matrix DFTs by 1/2 "pixel" this can be remedied. But the outermost scale (highest frequencies) are done by an FFT still, which will have this issue for even sized arrays. tl;dr there is a functional VC model, which produces ~1e-8 peak residual contrast, which means its errors are at the ~1e-8 level. You could use dygdug's EFC to "conjugate" those residuals with the DM, but if you tried to implement the same DM settings in the lab, they would be wrong. It is possible that the model is really much better than I think it is, and it is just a matter of broken scale factors. I deeply regret the choices I made in the most recent changes to matrix DFT normalization. They make getting properly parseval's theorem satisfying integrals such a royal pain in the ass. I am probably going to revert that choice in the next version of prysm, so we can just divide |
I've been after a GPU-compatible vortex coronagraph for a while and know that dygdug's is currently in progress/prysm is GPU compatible. What is the status of dygdug's vortex coronagraph?
The text was updated successfully, but these errors were encountered: