general/science/wind/
get_padspec.pro
PROCEDURE: get_padspec PURPOSE: Creates "TPLOT" variable by summing 3D data over selected angle bins. INPUT: data_str, a string(either 'eh','el','ph','pl','sf',or 'so' at this point) telling which data to get. KEYWORDS: bins: a keyword telling which bins to sum over gap_time: time gap big enough to signify a data gap (def 200) no_data: returns 1 if no_data else returns 0 units: convert to these units if included NAME: New name of the Data Quantity BKG: A 3d data structure containing the background counts. FLOOR: Sets the minimum value of any data point to sqrt(bkg). ETHRESH: MISSING: value for bad data. CREATED BY: Davin Larson FILE: %M% VERSION: %I% LAST MODIFICATION: %E% NOTES: "LOAD_3DP_DATA" must be called first to load up WIND data.
Routines
top source get_padspec
get_padspec, data_str, bins=bins, gap_time=gap_time, no_data=no_data, units=units, name=name, bkg=bkg, missing=missing, bsource=bsource, vsource=vsource, ethresh=ethresh, trange=trange, num_pa=num_pa, floor=floor
Parameters
- data_str
Keywords
- bins
- gap_time
- no_data
- units
- name
- bkg
- missing
- bsource
- vsource
- ethresh
- trange
- num_pa
- floor
File attributes
Modification date: | Thu Feb 13 16:43:38 2014 |
Lines: | 89 |