Subversion Repositories svnkaklik

Rev

Rev 262 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 262 Rev 348
Line 24... Line 24...
24
bins 2048
24
bins 2048
25
 
25
 
26
; Line input gains, left and right.  If using mono, set them both the same.
26
; Line input gains, left and right.  If using mono, set them both the same.
27
; Range is 0 to 100.  The logfile will report the actual values set, which 
27
; Range is 0 to 100.  The logfile will report the actual values set, which 
28
; may differ a little.
28
; may differ a little.
29
gain line 77 100
29
;gain line 77 100
-
 
30
 
-
 
31
gain mic 100 100
30
 
32
 
31
; Overall input gains, comments as above.
33
; Overall input gains, comments as above.
32
gain overall 86 100
34
;gain overall 86 100
33
 
35
 
34
; Overall record level, comments as above.
36
; Overall record level, comments as above.
35
;; gain record 100 100
37
;gain record 100 100
36
 
38
 
37
; Specify a directory to contain daily data files.  Use '.' for the
39
; Specify a directory to contain daily data files.  Use '.' for the
38
; current directory.   Output files will be datadir/yymmdd.dat when running
40
; current directory.   Output files will be datadir/yymmdd.dat when running
39
; in mono, otherwise datadir/yymmdd.left.dat and datadir/yymmdd.right.dat
41
; in mono, otherwise datadir/yymmdd.left.dat and datadir/yymmdd.right.dat
40
datadir .
42
datadir .
Line 64... Line 66...
64
 
66
 
65
; Specify the channels to monitor.  The ident field is not actually used by
67
; Specify the channels to monitor.  The ident field is not actually used by
66
; sidd.
68
; sidd.
67
;
69
;
68
;   ident from   to
70
;   ident from   to
69
band 18k3HWU 18200 18400 ; Le Blanc, France, 46:37N 001:05E 162.8 deg 508.6 miles
71
band 18k3HWU 18200 18400 ; Le Blanc, France
70
band 19k6GBZ 19480 19680 ; Anthorn, UK 54:54n 003:18W 329.6 deg 96.4 miles
72
band 19k6GBZ 19480 19680 ; Anthorn, UK
71
band 22k1GBZ 22050 22150 ; Skelton, UK,  54:42:24N 2:53:06W 335.0 deg 76.7 miles 
73
band 22k1GBZ 22050 22150 ; Skelton, UK 
72
band 20k3ICV 20190 20340 ; Tavolara, Italy, 40:55N 009:45E 143.4 deg 1038.8 miles
74
band 20k3ICV 20190 20340 ; Tavolara, Italy
73
band B1 20800 21000 ; Background channel
75
band B1 20800 21000 ; Background channel
74
band B2 22650 22850 ; Background channel
76
band B2 22650 22850 ; Background channel
75
 
77