############## xwxapt RUNTIME CONFIGURATION FILE: xwxaptrc ########
#                                                                 #
# PLEASE NOTE! In order to keep the parser for this file simple,  #
# the runtime configuration entries below must all be present and #
# in the order presented, since they are all read-in in a fixed   #
# sequence. Blank lines or those starting with a # or white space #
# are ignored.                                                    #
#                                                                 #
# Please check ALL ENTRIES and EDIT as needed!!                   #
#                                                                 #
###################################################################
#
####### SOUND-CARD CONFIGURATION #######
#
# Please look in /usr/include/soundcard.h
# (search for SOUND_DEVICE_NAMES) to find valid device names.
#
# Mixer device: Default is /dev/mixer.
/dev/mixer
#
# Input DSP device: Default is /dev/dsp.
/dev/dsp
#
# Audio capture/recording source: Default is line.
# Alternative is usually mic or line1 etc.
line
#
# Audio recording level device: Default is igain.
# Alternative is usually reclev or rec.
igain
#
# Recording/Capture level: Useful range ~10-100. Default is 100.
# The correct value must be found by testing, see doc/xwxapt.html
100
#
# Sound card mode: (STEREO | MONO). My default is STEREO because
# I have two sources (receivers) connected to the sound card.
STEREO
#
# Channel in use by xwxapt: (LEFT | RIGHT). My default is LEFT.
# When in MONO mode, this field is ignored. On my system at
# least, only the left channel works in MONO.
LEFT
#
# Default image decoding duration in seconds
540
#
### Color maps for pseudo-colorization ###
#
# Each row in the table specifies a range (pair) of gray values
# with a corresponding range of Red, Green and Blue values.
#
# SOME RULES!!
# All Values between 0 and 255
# At least one Gray From = 0
# At least one Gray To = 255
# All gray values (0-255) must be included
# Max 6 entries (6 rows) per map
#
#       NOAA Channel A (Day-time)
# Number of colormap ranges (rows) (max 6)
5
#
# Gray			Red			Green		Blue
# From	To		From To		From To		From To
  0		40		0	0		0	0		175	255
  41	80		40	80		32	64		26	52
  81	130		0	0		110	220		0	0
  131	220		130	220		104	176		84	140
  221	255		220	255		198	255		160	220
#
# White (clouds) threshold. If a pixel's value is above this
# threshold in a NOAA B channel image, it is considered as part
# of cloud and its value is entered in colorized image. It applies
# only to NOAA satellite images, for Meteor it is a dummy value.
220
#
#       Meteor (Same as NOAA_A - No sats to test!)
# Number of colormap ranges (rows) (max 6)
5
# Gray			Red			Green		Blue
# From	To		From To		From To		From To
  0		40		0	0		0	0		175	255
  41	80		40	80		32	64		26	52
  81	110		0	0		140	220		0	0
  111	220		110	220		88	176		70	140
  221	255		220	255		198	255		160	220
#
# White (clouds) threshold. If a pixel's value is above this
# threshold in a NOAA B channel image, it is considered as part
# of cloud and its value is entered in colorized image. It applies
# only to NOAA satellite images, for Meteor it is a dummy value.
220
#
