projects/themis/spacecraft/particles/
thm_part_check_trange.pro
Routines
top source thm_part_check_trange
result = thm_part_check_trange(probe0, datatype0, trange, sst_cal=sst_cal, use_eclipse_corrections=use_eclipse_corrections)
NAME: thm_part_check_trange PURPOSE: This routine checks the time ranges of the current ESA and SST data stored in the common blocks to determine if it covers a particular time range. CALLING SEQUENCE: bool = thm_part_check_trange(probe, datatype, trange [,sst_cal=sst_cal] [,fail=fail]) KEYWORDS: probe: String or string array specifying the probe datatype: String or string array specifying the type of particle data requested (e.g. 'peif', 'pseb') trange: Two element array specifying the numeric time range sst_cal: Flag to check data from new SST calibrations fail: Set to named variable to pass out error messages (string) OUTPUT: 1 if current data covers what is requested, 0 otherwise NOTES: $LastChangedBy: aaflores $ $LastChangedDate: 2014-05-05 18:12:35 -0700 (Mon, 05 May 2014) $ $LastChangedRevision: 15053 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/thm_part_check_trange.pro $
Parameters
- probe0
- datatype0
- trange
Keywords
- sst_cal
- use_eclipse_corrections
File attributes
Modification date: | Mon May 12 22:33:55 2014 |
Lines: | 46 |