Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/cotrans/special/

tnormalize.pro


PROCEDURE: TNORMALIZE Purpose: Vectorized routine to normalize all the vectors stored in a tplot variable Arguments: v: The name or number of the tplot variable storing the vectors to be normalized, or an array of vectors to be normalized. NOTE, if the input is not a tplot variable, this routine will not generate a tplot variable for output newname(optional): The name of the output tplot variable. Defaults to v+'_normalized' error(optional): Named variable in which to return the error state of the computation, 1 = success, 0 = failure out(optional): If set to a named variable, the output will be stored in out, rather than a tplot variable. NOTES: $LastChangedBy: aaflores $ $LastChangedDate: 2012-01-23 16:21:34 -0800 (Mon, 23 Jan 2012) $ $LastChangedRevision: 9592 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/cotrans/special/tnormalize.pro $

Routines

Routines from tnormalize.pro

result = ctv_norm_vec_helper(v)
result = ctv_normalize_vec_helper(v)
tnormalize, v, newname=newname, error=error, out=out

Routine details

top source ctv_norm_vec_helper

result = ctv_norm_vec_helper(v)

Parameters

v

top source ctv_normalize_vec_helper

result = ctv_normalize_vec_helper(v)

Parameters

v

top source tnormalize

tnormalize, v, newname=newname, error=error, out=out

Parameters

v

Keywords

newname
error
out

File attributes

Modification date: Thu Feb 13 16:43:35 2014
Lines: 62