projects/themis/spacecraft/particles/ESA/packet/
get_thb_pees.pro
Routines
top source get_thb_pees
result = get_thb_pees(time, START=START, EN=EN, ADVANCE=ADVANCE, RETREAT=RETREAT, index=index, calib=calib, times=times)
PROCEDURE: get_thb_pees PURPOSE: Returns either peer or combined peef-peer data structure at a single time from common generated by thm_load_esa_pkt.pro, for spin resolution combined data INPUT: time: dbl time of data to be returned KEYWORDS: start: 0,1 if set, gets first time in common block en: 0,1 if set, gets last time in common block advance 0,1 if set, gets next time in common block retreat 0,1 if set, gets previous time in common block index long gets data at the index value "ind" in common block calib: 0,1 not working yet, allows alternate calibration times 0,1 returns an array of times for all the data, returns 0 if no data CREATED BY: J. McFadden VERSION: 1 LAST MODIFICATION: 10/04/07 MOD HISTORY: NOTES: Data structures can be used as inputs to functions such as n_3d.pro, v_3d.pro Or used in conjunction with iterative programs such as get_3dt.pro, get_en_spec.pro
Parameters
- time
Keywords
- START
- EN
- ADVANCE
- RETREAT
- index
- calib
- times
File attributes
Modification date: | Thu Feb 13 16:42:50 2014 |
Lines: | 81 |