Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

external/developers/solarwind/

solarwind_load_wind.pro


NAME: SOLARWIND_LOAD_WIND PURPOSE: Plug-in subroutine for driver routine solarwind_load.pro provides solar wind (SW) data time-shifted to the bow-shock nose. Time resolution of data is variable with 1 minute as finest. SW data sources: WIND SWE and MFI. Time shifting of the WIND data is based on the OMNI-2 metodology. Important difference is that we first average and then propagate averaged WIND quantities to the Earth. If there still is a strong irregularity in the SW speed after averaging, the code warns user. In all cases of insufficient data, the code produces nominal static SW parameters, following SPDF standards. CATEGORY: Data Processing CALLING SEQUENCE: solarwind_load_wind,iswind,times,timee,swdata,resol INPUTS: times : - start time (at the magnetopause) for SW data (double UNIX time or any other TDAS time format) timee : - end time, formatted as above resol : desired time resolution of the output data in seconds - if not set, SW data are provided in original time resolution KEYWORDS: None PARAMETERS: 3 parameters for outlier filtering are propagated through the common block from the main driver solarwind_load. OUTPUTS: iswind - 1 if WIND data are found and 0 otherwise swdata: | t | Dp | Bz | of IMF at the bow-shock nose - 2D double array (ntpoints,3) DEPENDENCIES: convolve_gaussian_1d.pro, remove_outliers.pro, repair.pro, wi_swe_load.pro, wi_mfi_load.pro, get_data.pro, xclip.pro, xdegap.pro, xdeflag.pro, cotrans.pro. The code is a lowest-level part of LMN transform package. MODIFICATION HISTORY: Written by: Vladimir Kondratovich 2007/12/28. Modified by Vladimir Kondratovich 2008/03/31.

Routines

top source solarwind_load_wind

solarwind_load_wind, iswind, times, timee, swdata, resol

Parameters

iswind
times
timee
swdata
resol

File attributes

Modification date: Thu Feb 13 16:42:00 2014
Lines: 140