beam-tracing / Scotty

Beam tracing code for diagnostics
https://scotty.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 4 forks source link

Bug in init_bruv #56

Closed valerian-chen closed 2 years ago

valerian-chen commented 2 years ago

When mirror_rotation = 0.0, init_bruv things that it is set to None, and so the toroidal_launch_angle_Torbeam in kwargs is set to None

File "D:\Dropbox\VHChen2021\Data - Scotty\Run 31\Scotty_main_sweep_shotgroup1_O_data_largerWidths.py", line 112, in beam_me_up(**kwargs_dict) File "C:\Users\VH Chen\AppData\Local\Programs\Python\Python39\lib\site-packages\scotty\beam_me_up.py", line 907, in beam_me_up

valerian-chen commented 2 years ago

Fixed