!quiet=1 ; if !quiet ==1 then (some) error messages are suppressed on_error,0 ; if == 1 the process control returns to main program whenever errors occur ;repath ; ,except='obsolete' ; resets path init_devices ; This procedure sets color tables and initilizes devices. tplot_options,window=0 ; Forces tplot to use only window 0 for all time plots tplot_options,'verbose',1 ; Displays some extra tplot_options,'psym_lim',100 tplot_options,'ygap',.5 tplot_options,'lazy_ytitle',1 ; breaks "_" into carriage return on ytitle tplot_options,'xmargin',[15,12] ;if !version.os_family eq 'Windows' then idl_prompt='IDL' ; ;if !version.os_family eq 'unix' then idl_prompt= getenv('USER')+'@'+getenv('HOST') ; ;setenv,'IDL_PROMPT='+idl_prompt ;!prompt=idl_prompt+'> ' cwd,prompt='IDL> ' ; Display current working directory !warn.obs_routines = 1 ;!warn.OBS_SYSVARS = 1 ;!warn.PARENS = 1 ;!warn.TRUNCATED_FILENAME = 1 !quiet = 0