Open gschlafly opened 2 weeks ago
When generating the intensity images, they should be able to be formed when computing with all rays at once:
simulator.rays.prepare_for_all_rays_at_once() simulator.forward_model(volume_GT, all_lenslets=True, intensity=True)
This is currently possible with generating retardance and azimuth images.
When generating the intensity images, they should be able to be formed when computing with all rays at once:
This is currently possible with generating retardance and azimuth images.