[UK-CONTEST] Cluster Filters

Darren GØTSM uk-contest at g0tsm.com
Wed Dec 28 15:31:45 EST 2005


On a Spider node the sysop can set the freq limits for the modes, 
below is my bands file from my cluster, i've left out the millimeter stuff etc

what you can do as a user is reject certain sections of each band.

reject/spots 1 on 7030/7040 and on 14070/14099 and on 28070/28300   etc etc

the 1 is filter number 1, it's easier to delete filters, CLEAR/SPOTS 
1 will just delete filter 1

my fav filter is: REJECT/SPOTS 1 CALL_DXCC 197,226 AND BY_DXCC 197,226

this means that I never see VE/W's spotting eachother. :-)

One thing, always reject before accept.


%bands = (
                   '73khz' => bless ( { band => [71, 75],
                                                          }, 'Bands'),

                   '136khz' => bless ( { band => [135, 138],
                                                           }, 'Bands'),

                   '160m' => bless( { band => [ 1800, 2000 ],
                                                          cw => [ 
1800, 1830 ],
                                                          rtty => [ 
1838, 1841 ],
                                                          ssb => [ 1831, 2000]
                                                    }, 'Bands'),

                   '80m' => bless( { band => [ 3500, 4000 ],
                                                         cw => [ 3500, 3600 ],
                                                         data => [ 
3580, 3619 ],
                                                         rtty => [ 
3580, 3619 ],
                                                         sstv => [ 
3730, 3740 ],
                                                         ssb => [ 
3601, 4000 ]
                                                   }, 'Bands'),

                   '60m' => bless( { band => [ 5258, 5407],

                                 }, 'Bands' ),

                   '40m' => bless( { band => [ 7000, 7400 ],
                                                         cw => [ 7000, 7034 ],
                                                         data => [ 
7035, 7044],
                                                         rtty => [ 
7035, 7044],
                                                         ssb => [ 7045, 7400 ]
                                                   }, 'Bands'),

                   '30m' => bless( { band => [ 10100, 10150 ],
                                                         cw => [ 
10000, 10140 ],
                                                         data => [ 
10141, 10149 ] ,
                                                         rtty => [ 
10141, 10149 ]
                                                   }, 'Bands'),

                   '20m' => bless( { band => [ 14000, 14350 ],
                                                         cw => [ 
14000, 14100 ],
                                                         ssb => [ 
14101, 14350 ],
                                                         beacon => [ 
14099, 14100 ],
                                                         sstv => [ 
14225, 14235 ],
                                                         data => [ 
14070, 14098, 14101, 14111 ],
                                                         rtty => [ 
14070, 14098, 14101, 14111 ],
                                                   }, 'Bands'),

                   '17m' => bless( { band => [ 18068, 18168 ],
                                                         cw => [ 
18068, 18100 ],
                                                         ssb => [ 
18111, 18168 ],
                                                         data => [ 
18101, 18108],
                                                         rtty => [ 
18101, 18108],
                                                         beacon => [ 
18109, 18110]
                                                   }, 'Bands'),

                   '15m' => bless( { band => [ 21000, 21450 ],
                                                         cw => [ 
21000, 21150 ],
                                                         data => [ 
21070, 21119 ],
                                                         rtty => [ 
21070, 21119 ],
                                                         ssb => [ 
21151, 21450]
                                                   }, 'Bands'),

                   '12m' => bless( { band => [ 24890, 24990 ],
                                                         cw => [ 
24890, 24930 ],
                                                         ssb => [ 
24931, 24990],
                                                         rtty => [ 
24920, 24929],
                                                         data => [ 
24920, 24929],
                                                   }, 'Bands'),


                   '10m' => bless( { band => [ 28000, 29700 ],
                                                         cw => [ 
28000, 28198 ],
                                                         data => [ 
28050, 28149, 29200, 29299 ],
                                                         rtty => [ 
28050, 28149 ],
                                                         space => [ 
29200, 29300 ],
                                                         ssb => [ 
28201, 29299, 29550, 29700]
                                                   }, 'Bands'),

                   '6m' => bless( { band => [50000, 52000],
                                                    cw => [50000, 50100],
                                                    ssb => [50100, 50500],
                                                  }, 'Bands'),



At 20:06 28/12/2005, you wrote:
>Chris
>
>I have not yet found a way of filtering out BPSK spots, only those for RTTY.
>The way that I do that is to set a reject command:
>
>reject/spots 1 on hf/rtty
>
>I have several other 'reject' filters, hence the figure 1.
>
>Ian G4IIY
>
>
>
>
>----- Original Message -----
>From: "G3SJJ" <g3sjj at btinternet.com>
>To: "UK Contest Reflector" <uk-contest at contesting.com>
>Sent: Wednesday, December 28, 2005 6:52 PM
>Subject: [UK-CONTEST] Cluster Filters
>
>
> >I have been trying to set some filters but don't seem to be very
> > successful. I am trying to filter out data mode spots which I don't need
> > and get the following return after sh/filter
> >
> > G3SJJ : spots
> > %C de %M %D %T 2.241  dxspider >
> >
> > Any thoughts. Chris G3SJJ
> > _______________________________________________
> > UK-Contest mailing list
> > UK-Contest at contesting.com
> > http://lists.contesting.com/mailman/listinfo/uk-contest
> >
>
>
>_______________________________________________
>UK-Contest mailing list
>UK-Contest at contesting.com
>http://lists.contesting.com/mailman/listinfo/uk-contest



More information about the UK-Contest mailing list