projects/maven/sta/mvn_sta_functions/
contour4d.pro
PROCEDURE: contour4d,data PURPOSE: Produces contour plots of energy-mass distributions from 4D data structures. INPUTS: data - structure containing 4d data (obtained from get_mvn_?() routine) e.g. "get_mvn_c6, get_mvn_ce, etc." KEYWORDS: LIMITS - A structure containing limits and display options. see: "options", "xlim" and "ylim", to change limits UNITS - convert to given data units before plotting TITLE - Title to be plotted, - set title=' ' for NO Title! - set title='1' for just the time in the title XTITLE - xtitle to be plotted, - set xtitle=' ' for NO xtitle!, default determined by VEL keyword YTITLE - ytitle to be plotted, - set ytitle=' ' for NO ytitle!, default=data.units_name ZTITLE - ztitle to be plotted, - set ztitle=' ' for NO ytitle!, default='Log!D10!N('+y_units+')' RETRACE - set to number of retrace steps removed, - default set to 0 VEL - If set, x-axis is velocity km/s -- Default is Energy (eV) NCONT - Number of contours to be plotted, default = 8 LEVELS - Explicit contour levels, default levels spaced down from max by 10^.5 FILL - If set, contours are filled with solid color or gray scale BW - If set, contours are white, no affect on fill plots PURE - If set, 6 pure colors are cycled through for levels ROTATE - Exchanges x and y axes for non-polar plots LABEL - Labels the contour levels XMARGIN - Change xmargin from default YMARGIN - Change ymargin from default POINTS - adds data points to plot See "conv_units" to change units. CREATED BY: J. McFadden 14-02-07 FILE: contour4d.pro VERSION 1. MODIFICATIONS:
Routines
top source contour4d
contour4d, tempdat, LIMITS=LIMITS, UNITS=UNITS, TITLE=TITLE, YTITLE=YTITLE, XTITLE=XTITLE, ZTITLE=ZTITLE, RETRACE=RETRACE, VEL=VEL, NCONT=NCONT, LEVELS=LEVELS, FILL=FILL, BW=BW, PURE=PURE, ROTATE=ROTATE, LABEL=LABEL, XMARGIN=XMARGIN, YMARGIN=YMARGIN, POINTS=POINTS, mass=mass, zrange=zrange, ylin=ylin, xlin=xlin, twt=twt
Parameters
- tempdat
Keywords
- LIMITS
- UNITS
- TITLE
- YTITLE
- XTITLE
- ZTITLE
- RETRACE
- VEL
- NCONT
- LEVELS
- FILL
- BW
- PURE
- ROTATE
- LABEL
- XMARGIN
- YMARGIN
- POINTS
- mass
- zrange
- ylin
- xlin
- twt
File attributes
Modification date: | Fri Nov 21 06:43:08 2014 |
Lines: | 219 |