;+ ; This contains the common block used in the SUMER_SEARCH program. ; common sumer_search_block, $ log_dir, $ ; directory of the log file logfile, $ ; log file defined by John Mariska sumer_dir, $ ; SUMER directory name fits_kind, $ ; first part of SUMER file name( e.g., 'SUM_') time1, time2, $ ; start and end times (e.g., '960101_000000' and '991231_240000') xcen1, xcen2, $ ; east and west limits (e.g., -2000. and 2000.) ycen1, ycen2, $ ; south and north limits (e.g., -2000. and 2000.0) rcen1, rcen2, $ ; inner and outer limits (e.g., 0, 2000.) wl1, wl2, $ ; 1st order wavelength limits (e.g., 600. and 1700.) exposure1, $ ; explosure limits (e.g., 0 and 1.e5) exposure2, $ ; slit, $ ; slit (e.g., '1'). Optional detector, $ ; detector (e.g., 'A' or 'B'). Optional object, $ ; object of the observing program (e.g., 'filament'). Optional pop, $ ; POP or UDP. optional seq_type, $ ; Sequence Type (e.g., 'raster'). Optional scientist, $ ; Scientist name. Optional studyname, $ ; Study name. Optional logs, $ ; a list of searched log structures. A working variable files, $ ; a list of searched files. A working variable select, $ ; a binary list of the files representing being chosen file, $ ; One chosen file. A wortking variable catalog, $ ; A list of basic information of the selected files done, $ ; 0 or 1. A working variable text_id, $ ; Text widget ID. A working varaible list_id ; List widget ID. A working variable ; ;-