Directory: general/cotrans/special/
Contents
.pro files
- tcrossp.pro
PROCEDURE: TCROSSPPurpose: Vectorized routine to calculate the cross product of two tplot variables containing arrays of 3d vectors and storing the result in a tplot variable.
- tdotp.pro
PROCEDURE: TDOTPPurpose: Vectorized routine to calculate the dot product of two tplot variables containing arrays of vectors and storing the results in a tplot variableArguments: v1: The name of the tplot variable storing the first vector in the dot product v2: The name of the tplot variable storing the second vector in the dot product newname(optional): the name of the output tplot variable error(optional): named variable in which to return the error state of the computation.
- tinterpol_mxn.pro
Function: tinterpol_mxnPurpose: Performs interpolation on tplot variables.
- tnormalize.pro
PROCEDURE: TNORMALIZEPurpose: Vectorized routine to normalize all the vectors stored in a tplot variableArguments: v: The name or number of the tplot variable storing the vectors to be normalized, or an array of vectors to be normalized.
- tvector_rotate.pro
Procedure: tvector_rotatePurpose: rotates array data by a set of coordinate transformation matrices inputs and outputs are tplot variables.