X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fmuf.pl;h=31bebfeec62b5c71b3d8765ca5fbaa0f81de0026;hb=07200f06b8a3f19ddccf471704a7bd5c1d554f0e;hp=488ad8df8153172383c6879449eaccedacdca789;hpb=809ac2e606559d68ff6e0580c0681fc71c6bc4b9;p=spider.git diff --git a/cmd/show/muf.pl b/cmd/show/muf.pl index 488ad8df..31bebfee 100644 --- a/cmd/show/muf.pl +++ b/cmd/show/muf.pl @@ -68,7 +68,12 @@ if ($lp) { my ($hr1, $day, $month) = (gmtime($main::systime))[2,3,4]; $month++; my $flux = Geomag::sfi; -my $ssn = Minimuf::spots($flux); +my $ssn; +if ($main::systime - $WCY::date < 86400) { + $ssn = $WCY::r +} else { + $ssn = Minimuf::spots($flux); +} my $theta; # path angle (rad) $theta=$lon1-$lon2;