scotty.FindPsiBeam4 module#

Created on Tue Nov 3 12:06:45 2020

@author: VH Chen

scotty.FindPsiBeam4.plot(suffix='')#
Parameters

suffix (str) –

scotty.FindPsiBeam4.plot_beam_cross_section(Psi_3D_XYZ, x_hat_XYZ, y_hat_XYZ, numberOfPlotPoints=200)#

Notes

The XYZ suffix indicates that the parameters should be in Cartesians. Do not confuse x,y (beam coordinates) for X,Y (lab coordinates)

Parameters
  • Psi_3D_XYZ (ndarray (3,3)) – The beam parameter, $Psi$

  • x_hat_XYZ (ndarray (3)) – x of the beam coordinates

  • y_hat_XYZ (ndarray (3)) – y of the beam coordinates

  • numberOfPlotPoints (Int, optional) – The default is 100.

Return type

None.