Cross products

pyspedas.tcrossp(v1, v2, newname=None, return_data=False)

Calculates the cross product of two tplot variables

Parameters:
  • v1 (str) – First tplot variable

  • v2 (str) – Second tplot variable

  • newname (str, optional) – Name of the output variable Default: None

  • return_data (bool) – Returns the data as an ndarray instead of creating a tplot variable Default: False

Return type:

Name of the tplot variable