projects/themis/state/cotrans/
thm_gsm2lmn_wrap.pro
NAME: THM_GSM2LMN_WRAP PURPOSE: Wrapper transforms THEMIS-generated vector field from GSM to LMN (boundary-normal) coordinate system for magnetopause with help of routine gsm2lmn.pro. It gets the necessary solar wind data with help of routine get_sw_data.pro and passes all necessary keywords to it. In distinction of GSM2LMN_WRAP, it finds space-time coordinates using reference to a THEMIS probe. CATEGORY: Coordinate Transformation CALLING SEQUENCE: thm_gsm2lmn_wrap,data_in,data_out,probe,SWkeywords INPUTS: data_in: structure {x:time, y:data} probe: string specify which spacecraft caught data_in. KEYWORDS: Solarwind_load.pro keywords (Any combination of keywords defining output of solarwind_load.pro) PARAMETERS: none OUTPUTS: data_out: structure {x:time, y:transformed_data} DEPENDENCIES: gsm2lmn.pro, solarwind_load.pro. Intermediate-level part of LMN transform package. MODIFICATION HISTORY: Written by: Liu Jiang 09/21/2007 Modified for new background routines by: Vladimir Kondratovich 2007/12/28 Modified for error handling and changed () to [] for arrays by: Lynn B. Wilson III 2012/10/26
Routines
File attributes
Modification date: | Thu Feb 13 16:42:30 2014 |
Lines: | 31 |