verify_gui $SSW/trace/idl/ops/verify_gui.pro
[Previous] [Next]
 NAME:
	verify_gui

 PURPOSE:
	Graphics User Interface to verification routines and
	other related IDL programs.
 CALLING SEQUENCE:
	verify_gui
 INPUTS:
	Default menu file: ver_menu.txt
 CALLS: ***
	CW_BGROUP, CW_FIELD, CW_PDMENU, MAIN13_EVENT, PDMENU48_EVENT, PDMENU49_EVENT
	VERIFY_SW, XMANAGER, file_list [1], file_list [2], get_xfont [1], get_xfont [2]
	tr_summary_head, xdisp_trace [1], xdisp_trace [2], xhkplot
 MODIFICATION HISTORY:
 	Written 17-Dec-97 by F.Zele


VIEW_TRACE_MOSAIC $SSW/trace/idl/util/view_trace_mosaic.pro
[Previous] [Next]
 NAME:
       VIEW_TRACE_MOSAIC
 PURPOSE:
       View TRACE mosaic for date closest to selected date
 CATEGORY:
 CALLING SEQUENCE:
       view_trace_mosaic,date
       view_trace_mosaic,date,wid=500,/full
	view_trace_mosaic,date,image=image,head=head [,/nox]
 INPUTS:
       date		Required date (string or structure accepted)
 OPTIONAL INPUT PARAMETERS:
 KEYWORD INPUT PARAMETERS:
       wave_len	wavelength to display  ['171' is default] 
	width		width for display widow(s)  [400 is default]
	full            if set, shows one windopw with full resolution
			rather than two (full image and full resolution)
	nox		only read fits file, does not display image
 OUTPUTS:
 OPTIONAL OUTPUT PARAMETERS:
 KEYWORD OUTPUT PARAMETERS:
	image		full resolution image from selected fits file
	head		header from selected fits file
 CALLS: ***
	BOX_MESSAGE, FILE2TIME, PMM [3], READFITS [1], READFITS [2], READFITS [3]
	SLIDE_IMAGE, anytim [1], anytim [2], anytim [3], anytim [4], anytim [5]
	anytim2ints [1], anytim2ints [2], fmt_tim [1], fmt_tim [2], pmm [1], pmm [2]
	trace_files
 COMMON BLOCKS:
 SIDE EFFECTS:
       creates a widget for display
 RESTRICTIONS:
	Must have mosaics on-line ("stra*.fts" files)
	Display closest image to the time requested
 PROCEDURE:

 MODIFICATION HISTORY:
          Oct-98  RDB  Written