PolarizedLightFieldMicroscopy / GeoBirT

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

Norm optic axis projection in torch #61

Closed gschlafly closed 10 months ago

gschlafly commented 10 months ago

If the optic axis is not a unit vector, the projection of the ray onto the optic axis is misleading. In https://github.com/PolarizedLightFieldMicroscopy/forward-model/commit/e4a27d75bf575c91533bceb00c5c4d25e4c0c5b5, we normalized the optic axis in the projection. The same should be done for the torch process.

gschlafly commented 10 months ago

Fixing in #52