pleiades.analysis.reflect_and_hstack

pleiades.analysis.reflect_and_hstack(Rho, Z, *args)[source]

Reflect and concatenate grid and quantities in args to plot both half planes (rho>=0 and rho<=0). Currently this function only reflects across the z axis since that is the symmetry convention we’ve taken for the machine.

Parameters:
  • Rho (np.array) – 2D array for the R coordinates of the grid
  • Z (np.array) – 2D array for the Z coordinates of the grid
  • args (tuple) – 2D arrays of any quantity on this grid you wish to plot in both half planes