projects/maven/sta/mvn_sta_functions/
mvn_sta_get_da.pro
Routines
top source mvn_sta_get_da
result = mvn_sta_get_da(time, START=START, EN=EN, ADVANCE=ADVANCE, RETREAT=RETREAT, index=index, calib=calib, times=times)
PROCEDURE: mvn_sta_get_da PURPOSE: Returns APID da data structure at a single time from common generated by mvn_sta_prod_cal.pro 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: 14/06/12 MOD HISTORY: NOTES: Data structures can be used as inputs to functions such as n_4d.pro, v_4d.pro Or used in conjunction with iterative programs such as get_2dt.pro, get_en_spec.pro
Parameters
- time
Keywords
- START
- EN
- ADVANCE
- RETREAT
- index
- calib
- times
File attributes
Modification date: | Tue Oct 21 13:53:18 2014 |
Lines: | 60 |