Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

projects/themis/state/

thm_interpolate_state.pro


function: thm_interpolate_state Purpose: interpolates the low res STATE file all variables are structures as produced by get_data keywords: Examples: tha_spinper_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_spinper=thx_spinper) --> linear interpolation tha_spinphase_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_spinper=thx_spinper,thx_spinphase=thx_spinphase) --> phase constructed according to the nearest neighbor spin phase, spin period tha_spinras_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_spinras=thx_spinras) --> linear interpolation tha_spindec_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_spindec=thx_spindec) --> linear interpolation tha_spinalpha_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_spinalpha=thx_spinalpha) --> linear interpolation tha_spinbeta_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_spinbeta=thx_spinbeta) --> linear interpolation tha_pos_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_pos=thx_pos) --> spline interpolation tha_vel_highres=thm_interpolate_state(thx_xxx_in=thx_xxx_in,thx_vel=thx_vel) --> spline interpolation Notes: under construction!! Written by Hannes Schwarzl $LastChangedBy: pcruce $ $LastChangedDate: 2013-06-13 17:51:42 -0700 (Thu, 13 Jun 2013) $ $LastChangedRevision: 12531 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/state/thm_interpolate_state.pro $

Routines

top source thm_interpolate_state

result = thm_interpolate_state(thx_xxx_in=thx_xxx_in, thx_spinper=thx_spinper, thx_spinphase=thx_spinphase, thx_spinras=thx_spinras, thx_spindec=thx_spindec, thx_spinalpha=thx_spinalpha, thx_spinbeta=thx_spinbeta, thx_pos=thx_pos, thx_vel=thx_vel)

Keywords

thx_xxx_in
thx_spinper
thx_spinphase
thx_spinras
thx_spindec
thx_spinalpha
thx_spinbeta
thx_pos
thx_vel

File attributes

Modification date: Thu Feb 13 16:42:31 2014
Lines: 60