Skip to content
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

Efficiency: calculate G only on mask #21

Open
bmorris3 opened this issue Nov 14, 2016 · 0 comments
Open

Efficiency: calculate G only on mask #21

bmorris3 opened this issue Nov 14, 2016 · 0 comments

Comments

@bmorris3
Copy link
Owner

Suggestion from @jkentwallace: Currently, the Fourier transform of the impulse response function G, calculated in Hologram.fourier_trans_of_impulse_resp_func operates on the whole FT(hologram) matrix, but we only need to compute it on the non-zero portions of the Fourier mask.

Modify this line to compute the mask only on the portions that are non-zero in the Fourier mask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant