general/key_param/
load_wi_h0_mfi.pro
PROCEDURE: load_wi_h0_mfi PURPOSE: loads WIND MAGNETOMETER high resolution data for "tplot". INPUTS: none, but will call "timespan" if time range is not already set. KEYWORDS: TIME_RANGE: 2 element vector specifying the time range POLAR: Also computes the B field in polar coordinates. DATA: Data returned in this named variable. HOUR: Load hourly averages instead of 3 second data. MINUTE: Load 60 second averages instead of 3 second data. NODATA: Returns 0 if data exists for time range, otherwise returns 1. GSM: If set, GSM data is retrieved. PREFIX: (string) prefix for tplot variables. Default is 'wi_' NAME: (string) name for tplot variables. Default is 'wi_Bh' RESOLUTION: Resolution to return in seconds. MASTERFILE: (string) full filename of master file. SEE ALSO: "make_cdf_index","loadcdf","loadcdfstr","loadallcdf" CREATED BY: Peter Schroeder LAST MODIFIED: @(#)load_wi_h0_mfi.pro 1.10 02/11/01
Routines
top source load_wi_h0_mfi
load_wi_h0_mfi, time_range=time_range, polar=polar, data=data, nodata=nodata, GSM=GSM, source=source, prefix=prefix, resolution=resolution, name=name, masterfile=masterfile, hour=hour, minute=minute
Keywords
- time_range
- polar
- data
- nodata
- GSM
- source
- prefix
- resolution
- name
- masterfile
- hour
- minute
File attributes
Modification date: | Thu Feb 13 16:43:34 2014 |
Lines: | 62 |