Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

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: "____" e.g. peer_control_0_phi_e1 (peer phi bins for first energy, no mode changes) Input Keywords: probe: string denoting probe (e.g. 'a', 'b') trange: two element array containing the numerical time range (double) datatype: string denoting data type (e.g. 'peer', 'peif') tags: string array of particular tags to use, all tags not matched to this list will be ignored prefix: string inserted into tplot var to tag variables from a particular run Output Keywords: pa: pointer array to data that was loaded +

Keywords

probe
trange
datatype
tags
prefix
pa

File attributes

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