Programs in SCIENCE:[SOFTWARE.KUCERA] and subdirectories SCIENCE:[SOFTWARE.KUCERA] - misc routines, mostly for SUMER data analysis SCIENCE:[SOFTWARE.KUCERA.SCMP] - routines related to data compression & fitting SCIENCE:[SOFTWARE.KUCERA.ATLAS] - programs for making reference spectra atlases SCIENCE:[SOFTWARE.KUCERA.UTIL] - more general purpose routines called by the other routines. Most of these should be available automatically on SUMER and CDS machines, but may not be available elsewhere. All programs should be considered provisional. Report any problems to me. Terry Kucera, kucera@sumop1.nascom.nasa.gov SUM_DISPERSE - calculates wavelength dispersion of sumer detector.  More accurate than TDELT value in current (7/96) FITS headers. FT_SUMREAD_FITS - My version of this program. Has keywords to specify BTE and Columns non-interactively. It is called by some of my other programs. SUM_TRIWARP - a program to correct for the pin-cushion distortion. Supposed to have pixel level accuracy (See also science:[software.moran]destretch.pro). Needs to have the files GRIDREF_A.DAT and GRID_A.DAT in the same directory as SUM_TRIWARP Input must be a 1024x360 array, so it might be better to call it with... CALL_WARP - places data into 1024x360 array and then calls SUM_TRIWARP FIND_DATFILE - Program that finds a file by assuming it is in the same directory as a given IDL program. Program calls a number of other programs which are on the SUMER & CDS machines, but maybe not everywhere else. I've put them in SCIENCE:[software.kucera.util] SUM_FFIELD - flat-fielding program. A version which works with the sumer data structures is in science:[software.warren]flatfield.pro in SCIENCE:[SOFTWARE.KUCERA.ATLAS] SMK_ATLAS - makes a long reference spectrum out of reference spectra data. calls other programs in this directory as well as my personal version of FT_SUMREAD_FITS in SCIENCE:[SOFTWARE.KUCERA.SCMP] SF_GAUSSB - performs the Gaussian B4 compression (scheme #12) on a data cube -------------------------------------------------- Programs using Harry Warren's SUMER data structures. SMK_FULLDET - puts data formats from different parts of the detector into a 1024 x 360 grid. SGT_CRPIX - calculates the pixel within a data array which corresponds to the reference pixel and value. SGT_BTE - returns an array containing the BTE of each column SSEL_DATCOL - returns the indexes of the data columns with given wavelength and BTE. SMK_NEWREF - Let's say you want to make a data structure containing a subset of the detector. This program will produce a new index structure with recalculated values of REFPIX, REFVAL, DIMS, and the tagnames based on the pixel ranges of the subset to be extracted. SCONV_TAGNAMES - converts a list of wavelengths and BTE numbers into tagnames for sumer data and index structure. Can also go the other way, although that won't be too useful. CALL_TRIWARP - calls SUM_TRIWARP for an entire data structure or subset thereof. In the compression directory : SCIENCE:[SOFTWARE.KUCERA.SCMP] SUM_GAUSSB - the gaussian compression scheme #12 applied to data in a structure. Can be applied to particular columns, bte's and wavelength-pixel ranges. Calls SF_GAUSSB New programs (After Sept 1996) GET_SUM_COLUMN- interactive routine to make user select a particular column in a data structure. MK_SUMER_MAP - Analigous TO MK_CDS_MAP, produces either a simple image or else an image in a data structure which can be used with CDS images in some of Dominic Zarro's image manipulation routines.