Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/themis/spacecraft/fields/

thm_unpack_hed.pro


Function: THM_UNPACK_HED thm_unpack_hed, data_type, hed_array Purpose: Unpacks data packed into HED data. Arguements: DATA_TYPE STRING, one of the L1 data types (eff, scp, fbk, etc.) HED_ARRAY BYTE[ N, 16], array of header data. keywords: None. Example: get_data, 'tha_fit_hed', data=d_hed hed_data = thm_unpack_hed( 'fit', d_hed.y) Notes: -- Returns int( 0) if requested DATA_TYPE is not implemented. -- Returns annonymous structure with variable elements if DATA_TYPE is recognized. -- Not all DATA_TYPEs are implemented; implemented data types (APIDs) listed below: FIT (on-board EFI and FGM spin fits, 410), FBK (FilterBank data, 440), EFI waveform (VA?, VB?, EF?; 441,442,443, 445,446,447, 449,44A,44B), SCM waveform (SCF, SCP, SCW; 444; 448; 44C), FGM waveform (FGL, FGH; 460, 461), FFT spectra (FFP, FFW; 44D, 44E). Modification History: Written by J Bonnell, 31 Jan 2007 Modified by LeContel 2007-05-24 10:39 (Wed, 24 May 2007) Modification for reading scm and efw headers: speed = reform( dh[ *, 14]/16b) $LastChangedBy: jbonnell $ $LastChangedDate: 2007-06-16 10:57:56 -0700 (Sat, 16 Jun 2007) $ $LastChangedRevision: 794 $ $URL $

Routines

top source thm_unpack_hed

result = thm_unpack_hed(data_type, dh)

Parameters

data_type
dh

File attributes

Modification date: Thu Feb 13 16:42:38 2014
Lines: 187