You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Suggestion from @jkentwallace: Currently, the Fourier transform of the impulse response function
G
, calculated inHologram.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.
The text was updated successfully, but these errors were encountered: