Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

projects/themis/state/cotrans/

ssl2dsl.pro


Routines

top source ssl2dsl

ssl2dsl, name_input=name_input, name_thx_spinper=name_thx_spinper, name_thx_spinphase=name_thx_spinphase, name_output=name_output, DSL2SSL=DSL2SSL, ignore_dlimits=ignore_dlimits, INTERPOLATE_STATE=INTERPOLATE_STATE, spinmodel_ptr=spinmodel_ptr, use_spinphase_correction=use_spinphase_correction

procedure: ssl2dsl Purpose: despins (spins) THEMIS data SSL<-->DSL; interpolates the spinphase, spin period updates coord_sys atribute of output tplot variable. inputs name_thx_xxx_in ... data in the input coordinate system (t-plot variable name) keywords: /NAME_INPUT : Always required; this argument is the name of a tplot variable to use as the input data. /NAME_OUTPUT: Always required; this argument is the name of a tplot variable to receive the output. TRANSFORMATIONS /DSL2SSL inverse transformation /IGNORE_DLIMITS if the specified from coord is different from the coord system labeled in the dlimits structure of the tplot variable setting this keyword prevents an error /INTERPOLATE_STATE : if specified, interpolate the spin phase from the 1-minute samples in the state CDF. Otherwise, use the spinmodel routines by default. /NAME_THX_SPINPER : required if /INTERPOLATE_STATE is specified; this is the name of a tplot variable containing the 1-minute spinper samples from the state CDF. /NAME_THX_SPINPHASE : required if /INTERPOLATE_STATE is specified; this is the name of a tplot variable containing the 1-minute spinphase samples from the state CDF. /SPINMODEL_PTR : required if /INTERPOLATE_STATE is NOT specified; this argument is a pointer to the appropriate spin model data structure. Example: ssl2dsl,name_input='tha_fgl_ssl',$ name_output='tha_fgl_dsl',$ /INTERPOLATE_STATE,$ name_thx_spinper='tha_state_spinper',$ name_thx_spinphase='tha_state_spinphase' ssl2dsl,name_input='tha_fgl_dsl',$ /INTERPOLATE_STATE,$ name_thx_spinper='tha_state_spinper',$ name_thx_spinphase='tha_state_spinphase',$ name_output='tha_fgl_ssl',$ /DSL2SSL ssl2dsl,name_input='tha_fgl_dsl',$ spinmodel_ptr=spinmodel_get_ptr('a'),$ name_output='tha_fgl_ssl' Notes: under construction!! Written by Hannes Schwarzl $LastChangedBy: jwl $ $LastChangedDate: 2012-06-04 10:26:03 -0700 (Mon, 04 Jun 2012) $ $LastChangedRevision: 10493 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/state/cotrans/ssl2dsl.pro $

Keywords

name_input
name_thx_spinper
name_thx_spinphase
name_output
DSL2SSL
ignore_dlimits
INTERPOLATE_STATE
spinmodel_ptr
use_spinphase_correction

File attributes

Modification date: Thu Feb 13 16:42:30 2014
Lines: 95