emi_plot [1] $SSW/trace/idl/egse/emi_plot.pro
[Previous] [Next]
NAME:
	emi_plot
PURPOSE:
	Do some simple plotting of the EMI/EMC image data.  It
	reads a text file of min/max/avg/dev of single images
	and of difference images.
SAMPLE CALLING SEQUENCE:
	emi_plot, '970105_045358'
	emi_plot, '970104_020547', /all
	emi_plot, '970104_050130', /dev_only
	emi_plot, infil, mat, dattim, /rd_only
 CALLS: ***
	EMI_PLOT_S1, FMT_TIMER [1], FMT_TIMER [2], GET_I0_DIRS, SETPS, STDEV, UTPLOT [1]
	UTPLOT [2], UTPLOT [3], UTPLOT [4], UTPLOT [5], UTPLOT [6], anytim2ints [1]
	anytim2ints [2], file_list [1], file_list [2], plottime [1], plottime [2]
	pprint [1], pprint [2], rd_tfile [1], rd_tfile [2]
 CALLED BY:
	xanal_emi
HISTORY:
	Written 6-Jan-97 by M.MOrrison
	16-Jan-97 (MDM) - Cleaned up a bit
V1.1	22-Jan-97 (MDM) - Added /RD_ONLY switch
			- Force plot range to be range of data
V1.2	23-Jan-97 (MDM) - Added TIMERANGE keyword
V1.3	 6-Feb-97 (MDM) - Added sigma option


emi_plot [2] $SSW/trace/idl/egse/emi_plot_01.pro
[Previous] [Next]
NAME:
	emi_plot
PURPOSE:
	Do some simple plotting of the EMI/EMC image data.  It
	reads a text file of min/max/avg/dev of single images
	and of difference images.
SAMPLE CALLING SEQUENCE:
	emi_plot, '970105_045358'
	emi_plot, '970104_020547', /all
	emi_plot, '970104_050130', /dev_only
	emi_plot, infil, mat, dattim, /rd_only
 CALLED BY:
	xanal_emi
HISTORY:
	Written 6-Jan-97 by M.MOrrison
	16-Jan-97 (MDM) - Cleaned up a bit
V1.1	22-Jan-97 (MDM) - Added /RD_ONLY switch
			- Force plot range to be range of data
V1.2	23-Jan-97 (MDM) - Added TIMERANGE keyword
V1.3	 6-Feb-97 (MDM) - Added sigma option


emi_summary $SSW/trace/idl/egse/emi_summary.pro
[Previous] [Next]
NAME:
	emi_summary
PURPOSE:
	Do some simple analysis of the EMI/EMC image data.  It
	creates a text file of min/max/avg/dev of single images
	and of difference images.
SAMPLE CALLING SEQUENCE:
	emi_summary, '970105_045358'
	emi_summary, '970104_020547'
	emi_summary, '970104_050130'
 CALLS: ***
	BREAK_FILE [1], BREAK_FILE [2], BREAK_FILE [3], CONCAT_DIR [1], CONCAT_DIR [2]
	CONCAT_DIR [3], GET_I0_DIRS, STDEV, break_file [4], concat_dir [4], file_list [1]
	file_list [2], rd_trace_i0 [1], rd_trace_i0 [2], tr_decode_head [1]
	tr_decode_head [2]
 CALLED BY:
	xanal_emi
HISTORY:
	Written 6-Jan-97
V1.01	27-Jan-97 (MDM) - Modified to skip non-image files.


euv_data_auto $SSW/trace/idl/util/euv_data_auto.pro
[Previous] [Next]
 NAME:
	euv_data_auto.pro

 PURPOSE:
	generate data files with DAILY cummulative images in the EUV
       lines: 171ao, 195ao and 284ao. The output will be in the form
       of one file per day and per wavelength.

 CALLING SEQUENCE:
	euv_data, week, date

 INPUTS:
	week       = string of the form 'YYYYMMDD', week to be read.
		     Running in COMANCHE only the current week is valid.
	min_date   = string of the form 'MMDD', starting date for plot
	max_date   = string of the form 'MMDD', ending date for plot

 KEYWORDS:
	mac       -- name of the machine where the code is run. One of
                    these: 'vestige', 'comanche', 'chippewa'.  
                    Default is 'comanche'.
		     The output files will be in:

			* EOF MACHINES: /disk1/people/trace/EUV/DailyData/
		        * VESTIGE:      /home/trace/EUV/DailyData/

 CALLS: ***
	euv_read
 EXAMPLE:
	euv_data,'19980510','0512'

 MODIFICATION HISTORY:
       Created 05/21/98 by Alberto M. Vasquez.


euv_plot_auto [1] $SSW/trace/idl/util/euv_plot_auto.pro
[Previous] [Next]
 NAME:
	euv_plot_auto.pro

 PURPOSE:
	Plot euv-images and hystograms, for outputs produced by code: "euv_data.pro"

 CALLING SEQUENCE:
	euv_plot_auto, min_date, max_date, wavelenght

 INPUTS:
	min_date   = string of the form 'YYYYMMDD', starting date for plot
	max_date   = string of the form 'YYYYMMDD', ending date for plot
	wavelength = one of these: '171', '195', '284'

 KEYWORDS:
	postcript -- if set, the plot is send to a postcript file in
		     the current directory of the IDL session. 
	filename  -- a string of the form 'filename', name for the
		     postcript output file. Default name: 'image'+wavelength+'.ps'
	mac       -- name of the machine where the code is run. One of
                    these: 'vestige', 'solo', 'chippewa'.  Default is 'comanche'. 
		     Before running the code, the outputs of "euv_data.pro"
		     should be in:
			* COMANCHE: /usr/people/trace/EUV/DailyData/
			* SOLO:     /home/avasquez/EUV/DailyData/
			* CHIPPEWA: /disk1/people/trace/EUV/DailyData/
			* VESTIGE:  /home/trace/EUV/DailyData/

 CALLS: ***
	EUV_IMAGE_CONT, LOADCT, MK_HIST, WRITE_GIF, X [1], X [2]
 EXAMPLE:
	euv_plot,'19980501','19980515','171',/postcript,filename='may_1-15_171.ps',mac='solo'
       to plot a cummulative image and hystogram of all data from may-1 to may-15
	in the specified postcript file, running in machine solo. 

 MODIFICATION HISTORY:
       Created 05/21/98 by Alberto M. Vasquez.


euv_plot_auto [2] $SSW/trace/idl/util/euv_plot_auto_sum.pro
[Previous] [Next]
 NAME:
	euv_plot_auto.pro

 PURPOSE:
	Plot euv-images and hystograms, for outputs produced by code: "euv_data.pro"

 CALLING SEQUENCE:
	euv_plot_auto, min_date, max_date, wavelenght

 INPUTS:
	min_date   = string of the form 'YYYYMMDD', starting date for plot
	max_date   = string of the form 'YYYYMMDD', ending date for plot
	wavelength = one of these: '171', '195', '284'

 KEYWORDS:
	postcript -- if set, the plot is send to a postcript file in
		     the current directory of the IDL session. 
	filename  -- a string of the form 'filename', name for the
		     postcript output file. Default name: 'image'+wavelength+'.ps'
	mac       -- name of the machine where the code is run. One of
                    these: 'vestige', 'solo', 'chippewa'.  Default is 'comanche'. 
		     Before running the code, the outputs of "euv_data.pro"
		     should be in:
			* COMANCHE: /usr/people/trace/EUV/DailyData/
			* SOLO:     /home/avasquez/EUV/DailyData/
			* CHIPPEWA: /disk1/people/trace/EUV/DailyData/
			* VESTIGE:  /home/trace/EUV/DailyData/

 CALLS: ***
	EUV_IMAGE_CONT, EUV_PLOT_AUTO_SUM, LOADCT, MK_HIST, WRITE_GIF, X [1], X [2]
 EXAMPLE:
	euv_plot,'19980501','19980515','171',/postcript,filename='may_1-15_171.ps',mac='solo'
       to plot a cummulative image and hystogram of all data from may-1 to may-15
	in the specified postcript file, running in machine solo. 

 MODIFICATION HISTORY:
       Created 05/21/98 by Alberto M. Vasquez.


euv_read $SSW/trace/idl/util/euv_read.pro
[Previous] [Next]
 NAME:
	euv_read.pro

 PURPOSE:
	reading routine used by code: "euv_data.pro"

 CALLING SEQUENCE:
	euv_plot, filename

 INPUTS:
	filename  -- a string containing the name of an HOURLY TRACE FILE
                    to be read, including complete path.
 CALLS: ***
	read_trace
 CALLED BY:
	euv_data_auto
 EXAMPLE:
	euv_plot, any-hourly-filename-including-path

 MODIFICATION HISTORY:
       Created 05/21/98 by Alberto M. Vasquez.