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/

n_2d_new.pro


FUNCTION: n_2d_new(dat,ENERGY=en,ERANGE=er,EBINS=ebins,ANGLE=an,ARANGE=ar,BINS=bins) INPUT: dat: structure, 2d data structure filled by get_eesa_surv, get_eesa_burst, etc. KEYWORDS ENERGY: fltarr(2), optional, min,max energy range for integration ERANGE: fltarr(2), optional, min,max energy bin numbers for integration EBINS: bytarr(na), optional, energy bins array for integration 0,1=exclude,include, na = dat.nenergy ANGLE: fltarr(2), optional, min,max pitch angle range for integration ARANGE: fltarr(2), optional, min,max angle bin numbers for integration BINS: bytarr(nb), optional, angle bins array for integration 0,1=exclude,include, nb = dat.ntheta BINS: bytarr(na,nb), optional, energy/angle bins array for integration 0,1=exclude,include PURPOSE: Returns the density, n, 1/cm^3, corrects for spacecraft potential if dat.sc_pot exists NOTES: Function normally called by "get_2dt.pro" to generate time series data for "tplot.pro". CREATED BY: J.McFadden LAST MODIFICATION: 96-4-22 J.McFadden June 4, 2003 L.M.Peticolas 03-07-30 J.McFadden 03-08-13 J.McFadden s/c pot calculated from e- spectra when dat.sc_pot>65. 04-08-12 J.McFadden modified s/c pot calculated from e- spectra when dat.sc_pot>65. 04-10-12 J.McFadden modified s/c pot calculated from e- spectra when dat.sc_pot>65. 04-12-23 J.McFadden modified s/c pot calculated from e- spectra when dat.sc_pot>66. 06-03-04 J.McFadden modified s/c pot to sc_pot*1.2 +1. 07-10-23 J.McFadden modified s/c pot to (sc_pot+offset)*scale with default scale=1.2,offset=+1. 10-12-22 J.McFadden modified to work for omni.pro generated distributions

Routines

top source n_2d_new

result = n_2d_new(dat2, ENERGY=ENERGY, ERANGE=ERANGE, EBINS=EBINS, ANGLE=ANGLE, ARANGE=ARANGE, BINS=BINS)

Parameters

dat2

Keywords

ENERGY
ERANGE
EBINS
ANGLE
ARANGE
BINS

File attributes

Modification date: Thu Feb 13 16:43:29 2014
Lines: 178