Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/missions/fast/fa_esa/functions/

contour2d.pro


PROCEDURE: contour2d,data PURPOSE: Produces contour plots of pitch angle dist.s from 2D data structures. INPUTS: data - structure containing 2d data (obtained from get_fa_???() routine) e.g. "get_fa_ees, get_fa_ies, 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 MSEC - Subtitle will include milliseconds 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, - typically set to 1 for FAST esas - minus number will remove -(retrace) steps from end of sweep 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 POLAR - Makes a polar plot ROTATE - Exchanges x and y axes for non-polar plots LABEL - Labels the contour levels LAB_0 - Puts 0 in center of plot (default is 90). Labels pitch angles with 90 degree increments. LAB_90 - Puts 90 in center of plot (default is 90). Labels pitch angles with 90 degree increments. LAB_180 - Puts 180 in center of plot (default is 90). Labels pitch angles with 90 degree increments. XMARGIN - Change xmargin from default YMARGIN - Change ymargin from default See "pitch2d" for another means of plotting data. See "conv_units" to change units. CREATED BY: J. McFadden 96-8-31 FILE: contour2d.pro VERSION 1. MODIFICATIONS: McFadden 96-9-3 More keywords added Delory Polar keyword McFadden 97-11-20 Lab_0,LAB_180 keywords McFadden 98-3-3 xmargin, ymargin keywords

Routines

top source contour2d

contour2d, tempdat, LIMITS=LIMITS, UNITS=UNITS, MSEC=MSEC, TITLE=TITLE, YTITLE=YTITLE, XTITLE=XTITLE, ZTITLE=ZTITLE, RETRACE=RETRACE, VEL=VEL, NCONT=NCONT, LEVELS=LEVELS, FILL=FILL, BW=BW, PURE=PURE, POLAR=POLAR, ROTATE=ROTATE, LABEL=LABEL, LAB_180=LAB_180, LAB_90=LAB_90, LAB_0=LAB_0, XMARGIN=XMARGIN, YMARGIN=YMARGIN, POINTS=POINTS

Parameters

tempdat

Keywords

LIMITS
UNITS
MSEC
TITLE
YTITLE
XTITLE
ZTITLE
RETRACE
VEL
NCONT
LEVELS
FILL
BW
PURE
POLAR
ROTATE
LABEL
LAB_180
LAB_90
LAB_0
XMARGIN
YMARGIN
POINTS

File attributes

Modification date: Thu Feb 13 16:43:30 2014
Lines: 319