Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

projects/themis/common/

thm_gen_overplot.pro


NAME: thm_gen_overplot PURPOSE: To make mission overview plots of all instruments This can be called either from SPEDAS GUI or from a server script to create png images CALLING SEQUENCE: thm_gen_overplot INPUT: none KEYWORDS: PROBES: spacecraft ('a','b','c','d','e') DATE: the date string or seconds since 1970 ('2007-03-23') DUR: duration (default units are days) DAYS: redundant keyword to set the units of duration (but its comforting to have) HOURS: keyword to make the duration be in units of hours DEVICE: sets the device (x or z) (default is x) MAKEPNG: keyword to generate 5 png files DIRECTORY: sets the directory where the above pngs are placed (default is './') FEARLESS: keyword that prevents program from quitting when it fears its in an infinite loop (infinite loop is feared when catch statement has been call 1000 times) DONT_DELETE_DATA: keyword to not delete all existing tplot variables before loading data in for the overview plot (sometimes old variables can interfere with overview plot) gui_plot: 1 for gui plot, 0 for server plot no_draw: flag passed to tplot_gui for gui overview plots error: 0 if it run to the end OUTPUT: A set of png files or a set of plots for the GUI EXAMPLES: thm_gen_overplot,probe='a',date='2007-03-23',dur=1 The above example will produce the overview plots for a full day in the X window. thm_gen_overplot, probes='a', date='2008-03-23',dur=1, makepng=1, device='z', directory='c:\tmp' The above example will produce a set of 17 plots in c:\temp thm_gen_overplot, probes='a', date='2009-03-23', dur = 1, makepng = 0, fearless = 0, dont_delete_data = 1, error=error, gui_plot = 1 The above example calls this function from the SPEDAS GUI HISTORY: This has replaced the older spd_ui_overplot.pro which was written specifically for GUI overview plots. $LastChangedBy: $ $LastChangedDate: $ $LastChangedRevision: $ $URL: $

Routines

top source thm_gen_overplot

thm_gen_overplot, probes=probes, date=date, dur=dur, days=days, hours=hours, device=device, directory=directory, makepng=makepng, fearless=fearless, dont_delete_data=dont_delete_data, no_draw=no_draw, gui_plot=gui_plot, error=error, _extra=_extra

Keywords

probes
date
dur
days
hours
device
directory
makepng
fearless
dont_delete_data
no_draw
gui_plot
error
_extra

File attributes

Modification date: Tue Oct 21 13:53:34 2014
Lines: 635