Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

projects/iugonet/load/

iug_load_iprt.pro


Procedure: iug_load_iprt, iug_load_iprt, datatype = datatype, $ trange = trange, verbose = verbose, $ downloadonly = downloadonly Purpose: This procedure allows you to download and plot TOHOKUU_RADIO OBSERVATION data on TDAS. This is a sample code for IUGONET analysis software. Keywords: datatype = The type of data to be loaded. In this sample procedure, there is only one option, the default value of 'Sun'. trange = (Optional) Time range of interest (2 element array), if this is not set, the default is to prompt the user. Note that if the input time range is not a full day, a full day's data is loaded. /verbose, if set, then output some useful info /downloadonly, if set, then only download the data, do not load it into variables. PROCEDURES USED: fits_read, sxpar, fits_open, fits_close, gettok, sxdelpar, sxaddpar, valid_num For the use of this procedure, get FITS I/O procedures from the IDL Astronomy Library (http://idlastro.gsfc.nasa.gov/fitsio.html). You can download these procedures by running get_fitslib. Example: timespan,'2010-11-03',1,/hours iug_load_iprt tplot_names zlim,'iprt_sun_L',20,120 zlim,'iprt_sun_R',20,120 tplot,['iprt_sun_L','iprt_sun_R'] Code: Shuji Abe, revised by M. Kagitani ChangeLog: 7-April-2010, abeshu, test release. 8-April-2010, abeshu, minor update. 27-JUL.-2010, revised for this procedure by M. Kagitani 12-NOV.-2010, revised by M. Kagitani 25-NOV.-2010, renamed to 'iug_load_iprt.pro' by M. Kagitani 22-JAN.-2014, revised by M. Yagi Acknowledgment: $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/iugonet/load/iug_load_iprt.pro $

Routines

top source iug_load_iprt

iug_load_iprt, datatype=datatype, trange=trange, verbose=verbose, downloadonly=downloadonly

Keywords

datatype
trange
verbose
downloadonly

File attributes

Modification date: Thu Feb 13 16:43:01 2014
Lines: 105