! Resource definitions for GEOMET data extraction tool ! ! The title appears in window manager's frame geomet*title: USGS GEOMET Data Extraction Tool ! These resources apply to all UI components not later specified geomet*background: Navy geomet*foreground: White geomet*borderColor: LightSteelBlue geomet*font: 9x15bold ! These resources apply to specific UI components geomet*station_menu*background: Blue geomet*add_button.background: DeepSkyBlue geomet*add_button.foreground: Black geomet*remove_button.background: DeepSkyBlue geomet*remove_button.foreground: Black geomet*add_all_button.background: DeepSkyBlue geomet*add_all_button.foreground: Black geomet*remove_all_button.background: DeepSkyBlue geomet*remove_all_button.foreground: Black geomet*get_info_button.background: DeepSkyBlue geomet*get_info_button.foreground: Black geomet*info_button.background: DeepSkyBlue geomet*info_button.foreground: Black geomet*output_format_menu*background: Blue geomet*help_button.background: Blue geomet*help_button.foreground: White geomet*extract_button.background: green geomet*extract_button.foreground: black geomet*quit_button.background: Red geomet*quit_button.foreground: White ! These resources set specific behaviors ! ! autoHighlight, when True, causes the following behavior in the ! sensor lists: ! ! when Add is pressed, next available sensor is highlighted ! when Remove is pressed, previous selected sensor is highlighted ! ! The default value for autoHighlight is False. geomet*autoHighlight: False ! selectAll, when True, causes all available sensors to be initially ! selected (i.e. they all show up in the list of selected sensors). ! ! The default value for selectAll is False. geomet*selectAll: False ! warnMissing, when true, causes the program to print to stdout ! the names of all data files it expected to find but did not. ! Since the data set includes many whole days for which no data ! are available, users may wish to turn this feature off. geomet*warnMissing: False ! These resources set specific initial values ! ! Default values are ! stationName: Gold Spring ! beginDate: (empty) ! beginTime: (empty) ! endDate: (empty) ! endTime: (empty) ! outputFile: geomet.dat ! outputFormat: Tab-delimited ASCII geomet*stationName: Gold Spring geomet*beginDate: 890724 geomet*beginTime: 0000 geomet*endDate: 890724 geomet*endTime: 2359 geomet*outputFile: geomet.dat geomet*outputFormat: Tab-delimited ASCII ! This resource indicates the top-level directory for the GEOMET data ! (i.e. the mount point for the CD-ROM). Default is /cdrom geomet*dataPath: /cdrom ! These resources specify the location of the text files containing ! general help and sensor-specific information, respectively. geomet*helpFile: geomet.hlp geomet*infoFile: geomet.txt