Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/missions/rbsp/efw/

rbsp_mgse2gse.pro

includes main-level program

TYPE: function. NAME: rbsp_mgse2gse. PURPOSE: Convert vector in mGSE coord to GSE. PARAMETERS: tname, in, type = string or int, required. tplot variable name or number, data must be in [n,3]. wgse, in/out, type = [3] or [n,3], optional. The w-antenna direction in GSE. If set, keywords probe, no_spice_load has no effect. If omitted, then use spice to get wgse. KEYWORDS: newname = newname, in, string, optional. name of output tplot variable. If not set, newname = oldname+'_mgse'. inverse = inverse, in, boolean, optional. If set do gse->mgse, otherwise do mgse->gse. probe = probe, in, string, optional. probe can be 'a' or 'b'. Default is 'a'. Used only when wgse is not set. no_spice_load = no_spice_load, in, boolean, optional. Set when spice kernel is loaded already. RETURN: none. EXAMPLE: rbsp_mgse2gse, 'rbspa_pos_mgse', wgse, newname = 'rbspa_pos_gse' rbsp_mgse2gse, 'rbspa_pos_gse', wgse, newname = 'rbspa_pos_mgse', /inverse rbsp_mgse2gse, 'rbspa_pos_mgse', newname = 'rbspa_pos_gse', $ probe = 'a', /no_spice_load rbsp_mgse2gse, 'rbspa_pos_gse', newname = 'rbspa_pos_mgse', /inverse, $ probe = 'a', /no_spice_load DEPENDENCE: idl_icy module, see icy_test.pro in tdas. NOTES: * wgse and x_mgse are the same, x_mgse = {sint*cosp, sint*sinp, cost}. * v_gse = {vx_gse, vy_gse, vz_gse}, v_mgse = {vx_mgse, vy_mgse, vz_mgse}, gse->mgse, M1 = | sint*cosp, sint*sinp, cost | | -sinp , cosp , 0 | |-cost*cosp,-cost*sinp, sint | mgse->gse, M2 = transpose(M1), v_gse = M2*v_mgse. HISTORY: Sheng Tian, UMN 2013-09-18 (created) VERSION: $LastChangedBy: aaronbreneman $ $LastChangedDate: 2013-12-02 13:09:33 -0800 (Mon, 02 Dec 2013) $ $LastChangedRevision: 13609 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/rbsp_mgse2gse.pro $

Routines

top source rbsp_mgse2gse

rbsp_mgse2gse, tname, wgse, newname=newname, inverse=inverse, probe=probe, no_spice_load=no_spice_load

Parameters

tname
wgse

Keywords

newname
inverse
probe
no_spice_load

File attributes

Modification date: Thu Feb 13 16:43:26 2014
Lines: 77