projects/themis/spacecraft/particles/ESA/
thm_esa_dump.pro
Routines
Routines from thm_esa_dump.pro
thm_esa_dump_tplot, ptr, name, prefix, _extra=_extra
Purpose: Helper function to store single array from specified structure tag as tplot variable(s)Arguments: ptr: pointer to array of data structures name: string of structure tag to use prefix: string prefix of tplot var(s) to be created
thm_esa_dump, probe=probe, trange=trange, datatype=datatype, tags=tags, prefix=prefix, pa=pa
Procedure: thm_esa_dumpPurpose: (FOR TESTING ONLY) Load ESA packet data then retrieve 3D structures and dump raw data into tplot variables.
Routine details
top source thm_esa_dump_tplot
thm_esa_dump_tplot, ptr, name, prefix, _extra=_extra
Purpose: Helper function to store single array from specified structure tag as tplot variable(s) Arguments: ptr: pointer to array of data structures name: string of structure tag to use prefix: string prefix of tplot var(s) to be created
Parameters
- ptr
- name
- prefix
Keywords
- _extra
top source thm_esa_dump
thm_esa_dump, probe=probe, trange=trange, datatype=datatype, tags=tags, prefix=prefix, pa=pa
Procedure:
thm_esa_dump
Purpose: (FOR TESTING ONLY)
Load ESA packet data then retrieve 3D structures and
dump raw data into tplot variables. Each structure
tag containting numerical data will be placed in a
unique tplot variable. Arrays with >2 dimensions
(including time) will be split into multiple variables
across energy.
Created tplot variable names will be of the form:
"
Keywords
- probe
- trange
- datatype
- prefix
- pa
File attributes
Modification date: | Thu Feb 13 16:42:51 2014 |
Lines: | 38 |