general/science/
edit3dbins.pro
Routines
top source edit3dbins
edit3dbins, dat, bins, lat, lon, spectra=spectra, EBINS=EBINS, SUM_EBINS=SUM_EBINS, tbins=tbins, classic=classic, log=log
PROCEDURE: edit3dbins,dat,bins PURPOSE: Interactive procedure to produce a bin array for selectively turning angle bins on and off. Works on a 3d structure (see "3D_STRUCTURE" for more info) INPUT: dat: 3d data structure. (will not be altered) bins: a named variable in which to return the results. 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. SEE ALSO: "PLOT3D_NEW" and "PLOT3D_OPTIONS" CREATED BY: Davin Larson FILE: edit3dbins.pro VERSION: 1.14 LAST MODIFICATION: 98/01/16
Parameters
- dat
- bins
- lat
- lon
Keywords
- spectra
- EBINS
- SUM_EBINS
- tbins
- classic
- log
File attributes
Modification date: | Thu Feb 13 16:43:40 2014 |
Lines: | 95 |