I. FUV and EUV Calibration: Spatially Resolved Observations: 1.There are 4 calibration procedures for the 1997 and 1999 versions of the calibration: a. Get_EUV_97_Lab_Calibration b. Get_EUV_99_Lab_Calibration c. Get_FUV_97_Lab_Calibration d. Get_FUV_99_Lab_Calibration 2. Each procedure has a data file associated with it. The call has 6 parameters. Only the first 3 are required. a. Wavelength b. Calibration (defined as a multiplier not a devisor) c. Calibration error d. Slit width 0=occultation, 1=lo-resolution, 2=hi-resolution Default is lo-resolution e. Input spectrum 1= continuous, 2=discrete lines. Default is continuous f. Binning definition spectral x spatial binning. Default is 1x1 3. Typing the procedure name with no parameters returns a listing of the parameter definitions. Get_EUV_97_Lab_Calibration,e_wavelength,e_calibration,e_calibration_error,slit_width,input_spectrum,bin_def 'Pro Get_EUV_99_Lab_Calibration,e_wavelength,e_calibration,e_calibration_error,slit_width,input_spectrum,bin '1997 EUV Channel Laboratory Calibration' 'e_wavelength is the wavelength vector e_calibration is the data MULTIPLIER that converts couts/sec to kilorayleighs/pixel (or kilorayleighs/Angstrom)' 'e_calibration_error is the 1-sigma error in e_calibration' 'slit_width selects ocultation (0), low_resolution (1), or high_resolution (2)' 'input_spectrum selects calibration for continuous spectra (1) or for discrete lines (2) ' bin_definition is a two element array that defines the spectralxspatial format' for the wavelength scale and the calibr II. FUV and EUV Wavelength Scale This pro returns a wavelength vector Bin is a parameter that describes the spectral binning. If no value is specified bin=1 is assumed. E_FLIGHT_WAVELENGTH,e_wavelength,bin III. Occultation Lens Transmission This pro returns a wavelength vector and the lens transmission. Transmissions are linearly interpolated from Transmissions measured at 19 wavelengths, which are tabulated in the Calibration Report Draft II. Bin is a parameter that describes the spectral binning. If no value is specified bin=1 is assumed occultation_lens_transmission,wf,trans,bin