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
In rare cases both the direct and reflected solution are returned for almost the same ray. Receive angles differ by a fraction of a degree
In [13]: sim_station.get_electric_fields()[0][efp.zenith]/units.deg
Out[13]: 37.990554573137445
In [14]: sim_station.get_electric_fields()[1][efp.zenith]/units.deg
Out[14]: 37.98455113752616
In [9]: sim_station.get_electric_fields()[0][efp.ray_path_type]
Out[9]: 'direct'
In [10]: sim_station.get_electric_fields()[1][efp.ray_path_type]
Out[10]: 'reflected'
This must be a bug as the direct solution should originate from below.
The text was updated successfully, but these errors were encountered:
In rare cases both the direct and reflected solution are returned for almost the same ray. Receive angles differ by a fraction of a degree
This must be a bug as the direct solution should originate from below.
The text was updated successfully, but these errors were encountered: