Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/science/

plot3d_new.pro


Routines

top source plot3d_new

plot3d_new, tbindata, latitude, longitude, rotation, BINS=BINS, TBINS=TBINS, BNCENTER=BNCENTER, LABELS=LABELS, SMOOTH=SMOOTH, EBINS=EBINS, SUM_EBINS=SUM_EBINS, PTLIMIT=PTLIMIT, MAP=MAP, UNITS=UNITS, SETLIM=SETLIM, PROC3D=PROC3D, ZRANGE=ZRANGE, ZERO=ZERO, STACK=STACK, ROW_MAJOR=ROW_MAJOR, NOERASE=NOERASE, TITLE=TITLE, NOTITLE=NOTITLE, NOCOLORBAR=NOCOLORBAR, NOBORDER=NOBORDER, log=log

NAME: PLOT3D_NEW PROCEDURE: plot3d_new, dat , latitude, longitude PURPOSE: Draws a series of 3d color plots, one plot per energy step. INPUT: dat: 3d data structure. latitude: latitude of center of plot longitude: longitude of center of plot KEYWORDS: EBINS: Specifies energy bins to plot. SUM_EBINS: Specifies how many bins to sum, starting with EBINS. If SUM_EBINS is a scalar, that number of bins is summed for each bin in EBINS. If SUM_EBINS is an array, then each array element will hold the number of bins to sum starting at each bin in EBINS. In the array case, EBINS and SUM_EBINS must have the same number of elements. BNCENTER: if > 0 then lat,lon set so that B direction is in center if < 0 then lat,lon set so that -B direction is in center ('magf' element must exist in dat structure. See "ADD_MAGF") BINS: bins to use for autoscaling. SMOOTH: smoothing parameter. 0=none, 2 is typical TITLE: overrides default plot title. NOTITLE: if set, suppresses plot title. NOCOLORBAR: if set, suppresses colorbar. NOBORDER: if set, suppresses plot border. SEE ALSO: "PLOT3D_OPTIONS" to see how to set other options. ;NOTE: plot3d_new has been created to eliminate a naming conflict between plot3d and a library routine that was added to IDL in version 8.1. The original plot3d.pro remains to preserve backwards compatibility for users using IDL 7.1 or earlier. CREATED BY: Davin Larson LAST MODIFICATION: @(#)plot3d.pro 1.43 02/04/17

Parameters

tbindata
latitude
longitude
rotation

Keywords

BINS
TBINS
BNCENTER
LABELS
SMOOTH
EBINS
SUM_EBINS
PTLIMIT
MAP
UNITS
SETLIM
PROC3D
ZRANGE
ZERO
STACK
ROW_MAJOR
NOERASE
TITLE
NOTITLE
NOCOLORBAR
NOBORDER
log

File attributes

Modification date: Thu Feb 13 16:43:40 2014
Lines: 239