!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! SDDL Name: STIS_FILT.SDDL ! ! Purpose: This SDDL file defines the STIS_FILT relation. ! ! Modification History: ! ! Date OPR Who Reason ! -------- ------- --- ------------------------------------------------- ! 04/04/97 33685 Schultz Original implementation ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! LANGUAGE SQL RECORD STIS_FILT_TYPE !------------------------------------------------------------------------------ ! ! RECORD INFORMATION ! !------------------------------------------------------------------------------ DESCRIPTION "This relation is used to define the values OPUS needs to populate Archive Search Keywords for observations using imaging apertures when obstype=IMAGING. There must be a record in this table for every STIS imaging filtered aperture." !------------------------------------------------------------------------------ ! ! FIELD INFORMATION ! !------------------------------------------------------------------------------ FIELD aperture TYPE C10 DESCRIPTION "Aperture names are the SIAF designations (beginning with OF..., ON..., and OV...). See CGG5_SIAP.si_aper_id." END_FIELD FIELD pivot_wave TYPE R4 DESCRIPTION "The pivot wavelength of the bandpass. (Angstrom)" END_FIELD FIELD band_width TYPE R4 DESCRIPTION "Bandpass RMS width of imaging aperture (Angstrom)" END_FIELD FIELD min_wave TYPE R4 DESCRIPTION "Minimum wavelength in bandpass. (Angstrom)" END_FIELD FIELD max_wave TYPE R4 DESCRIPTION "Maximum wavelength in bandpass. (Angstrom)" END_FIELD END_RECORD !------------------------------------------------------------------------------ ! ! RELATION DECLARATION ! !------------------------------------------------------------------------------ RELATION stis_filt TYPE STIS_FILT_TYPE DESCRIPTION "STIS Imaging Relation" SUBSYSTEM_USING "OPUS" INDEX stis_filt_1 TYPE unique, clustered FIELDS aperture END_INDEX END_RELATION !------------------------------------------------------------------------------ ! ! INSTANCE DECLARATION ! !------------------------------------------------------------------------------ INSTANCE stis_filt GLOBAL TYPE STIS_FILT_TYPE END_INSTANCE