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
When using plot_intensity() with the slice_y_pos option, the square_root scaling is not respected. In plot_intensity.py line 152-153 the units are always W/m^2 and I**2 is plotted even if the I = √I was not computed due to the square_root=False.
Slices are only plotted correctly when square_root=True.
The text was updated successfully, but these errors were encountered:
When using
plot_intensity()
with theslice_y_pos
option, thesquare_root
scaling is not respected. Inplot_intensity.py
line 152-153 the units are always W/m^2 and I**2 is plotted even if the I = √I was not computed due to thesquare_root=False
.Slices are only plotted correctly when
square_root=True
.The text was updated successfully, but these errors were encountered: