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
Is your feature request related to a problem? Please describe.
Currently the beam divergence is set via the beamDivergence_rad attribute in the <scanner> tag. This implies a circular footprint cause the beam diverges in all directions by the same amount.
However, as you might know, some (if not many) airborne scanners have an elliptical footprint with a beam divergence of e.g. 1.6 x 0.5 mradRIEGL miniVUX-3UAV data sheet
Describe the solution you'd like
Would it be possible to extend the laser beam simulation to simulate an elliptical footprint?
The text was updated successfully, but these errors were encountered:
Hi @dg-505 ,
thanks for the suggestion. We have thought about this in the past.
Sampling rays uniformly along ellipses is, unfortunately, an elliptic integral problem with only approximate solutions. We have put this off for the time being as we continue to improve the simulation for circular footprints.
We plan to take the results from that and see if we can implement an approximation for the elliptical case. Until then, you can run two simulations - one with 0.5 and one with 1.6 mrad - and see if it actually makes a difference in your case.
Is your feature request related to a problem? Please describe.
Currently the beam divergence is set via the
beamDivergence_rad
attribute in the<scanner>
tag. This implies a circular footprint cause the beam diverges in all directions by the same amount.However, as you might know, some (if not many) airborne scanners have an elliptical footprint with a beam divergence of e.g.
1.6 x 0.5 mrad
RIEGL miniVUX-3UAV data sheetDescribe the solution you'd like
Would it be possible to extend the laser beam simulation to simulate an elliptical footprint?
The text was updated successfully, but these errors were encountered: