20Dec01=======================================================================
1. Fix 'not' in filtering
+2. alter default max spots to 100 and the no of WWV to 5
17Dec01=======================================================================
1. added new satellite stuff from Steve K9AN. Fixed upper/lower problem
in convkeps.pl.
}
$from = 1 unless $from;
-$to = 10 unless $to;
+$to = 5 unless $to;
push @out, "Date Hour SFI A K Forecast Logger";
my @in = Geomag::search($from, $to, $main::systime);
$fp = undef;
$statp = undef;
-$maxspots = 50; # maximum spots to return
+$maxspots = 100; # maximum spots to return
$defaultspots = 10; # normal number of spots to return
$maxdays = 100; # normal maximum no of days to go back
$dirprefix = "spots";