PolarizedLightFieldMicroscopy / BirTomo

Geometrical Birefringence Tomography
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Intensity images with all rays at once #114

Open gschlafly opened 2 weeks ago

gschlafly commented 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.