projects/themis/spacecraft/particles/slices/
thm_part_slice1d.pro
Procedure: thm_part_slice1d.pro Purpose: Produce line plots from 2D particle velocity slices along various orientations. Calling Sequence: thm_part_slice1d, slice, [,xcut=xcut | ,ycut=ycut | ,vcut=vcut | ,ecut=ecut ] [,angle=angle] [,/overplot] [,data=data] [,window=window] Input: slice: slice structure from thm_part_slice2d xcut: value at which to align a linear cut along the x axis (vertical slice) ycut: value at which to align a linear cut along the y axis (horizontal slice) (defaults to ycut=0 if xcut, ycut, vcut, and ecut not set) vcut: value at which to align a radial cut (km/s) ecut: value at which to align a radial cut (eV) angle: value (degrees) to rotate a cut by (clockwise) if using xcut or ycut overplot: flag to add trace to the previous plot window: index of plotting window to be used *IDL graphics keywords may also be used; see IDL documentation for usage. (e.g. color, psym, linestyle) Output: data: set this keyword to a named variable to return a structure containing the data for the specified 1D slice Notes: See also: thm_crib_part_slice1d.pro $LastChangedBy: aaflores $ $LastChangedDate: 2014-06-20 18:44:58 -0700 (Fri, 20 Jun 2014) $ $LastChangedRevision: 15400 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/slices/thm_part_slice1d.pro $
Routines
top source thm_part_slice1d
thm_part_slice1d, slice, xcut=xcut, ycut=ycut, angle=angle, vcut=vcut, ecut=ecut, xrange=xrange, yrange=yrange, overplot=overplot, window=window, data=data, error=error, _extra=_extra
Parameters
- slice
Keywords
- xcut
- ycut
- angle
- vcut
- ecut
- xrange
- yrange
- overplot
- window
- data
- error
- _extra
File attributes
Modification date: | Tue Oct 21 13:53:35 2014 |
Lines: | 80 |