[Previous]
[Next]
Event handlers for SXI Image Display and Analysis Client (IDAC)
This file contains the event handlers for the widgets created by
the procedures in the file IDAC.pro, automatically generated by
IDL's GUI builder. It is central to the IDAC "project" (IDAC.prj).
Inputs: None (Individual procedures have inputs)
Outputs: None (Individual procedures may have outputs)
Use of some components can be restricted by use of the
"restrict" tag in the pinfo structure, as follows
0 for SWO usage
1 for SEC R&D usage -- SQL DataMiner read only
2 for Air Force -- SQL DataBridge read only
3 for SSW community -- no SQL
Written: S. Greer, NOAA/SEC -- Version 9.0, April 9, 2003
[Previous]
[Next]
Borrowed hugely from PrintImage:
A fairly general routine for printing images on
postscript printers
Inputs:
Required
image - a 2d array that has the image data
imagedate - 5 element vector with year, month, day, hour, minute
(must be known to figure out the apparent size of the Sun)
pixelsize - the number of arcseconds per pixel
printer - the network name of the printer
Optional
r - the red intensities of the color table
g - the green intensties of the color table
b - the blue intensities of the color table
tvscale - tell me if the image brightness should be scaled
[Previous]
[Next]
PROJECT:
SXI-M Ground Data System
NAME:
IMAGE_STATS
PURPOSE:
Compute statistcs of a floating point image
EXPLANATION:
TBS
CALLING SEQUENCE:
IMAGE_STATISTICS,image
INPUTS:
image = input image array
index = associated header index structure
OUTPUTS:
index = associated header index structure
with updated parameter values
OPTIONAL INPUT KEYWORDS:
N/A
EXTERNAL CALLS:
N/A
CALLED BY:
SXIM_PREP
METHOD:
TBS
CALLED BY:
SXIG12_PREP
HISTORY:
Version 1.x
Written by Steven Hill at NOAA/SEC 30 Jan 2001
001.001 Modified by Steven Hill 14 Mar 2001 to include directly write the header index
001.002 Modified by SM Hill 28 Mar 2001 to use IDL 5.4 Image statistics routine.
Renamed to IMAGE_STATS