general/misc/
tdpwrspc.pro
Routines
top source tdpwrspc
tdpwrspc, varname, newname=newname, trange=trange, nboxpoints=nboxpoints, nshiftpoints=nshiftpoints, polar=polar, _extra=_extra
NAME: tdpwrspc PURPOSE: wapper for dpwrspc.pro allowing input of a tplot variable name CALLING SEQUENCE: tdpwrspc, varname, newname=newname,_extra=_extra INPUT: varname = one tplot variable name KEYWORDS: newname = if set,give this name to the new data, the default is to append '_dpwrspc' to the input name and pass out the name in the newname variable, Unless /overwrite is set. Note that if a multi-dimensional variable is passed in, the newname keyword is not used. overwrite = if set, write the new data back to the old tplot variable, do not set this with newname nboxpoints = the number of points to use for the hanning window, the default is the closest power of 2 less than the number of points divided by 32 nshiftpoints = the number of points to shift the hanning window per-step, the default in nboxpoints/2 bin = a binsize for binning of the data along the frequency domain, the default is 3 tbegin = a start time, the default is time[0] tend = an end time, the default is time[n_elements(time)-1] noline = if set, no straight line is subtracted nohanning = if set, then no hanning window is applied to the input notperhz = if set, the output units are simply the square of the input units HISTORY: 27-mar-2007, jmm, jimm.ssl.berkeley.edu 10-apr-2007, jmm, fixed 2 bugs wrt structure definition $LastChangedBy: $ $LastChangedDate: $ $LastChangedRevision: $ $URL: $
Parameters
- varname
Keywords
- newname
- trange
- nboxpoints
- nshiftpoints
- polar
- _extra
File attributes
Modification date: | Thu Feb 13 16:43:47 2014 |
Lines: | 108 |