Index: trunk/BNC/scripts/compareSP3Plot.pl
===================================================================
--- trunk/BNC/scripts/compareSP3Plot.pl	(revision 10125)
+++ trunk/BNC/scripts/compareSP3Plot.pl	(revision 10126)
@@ -95,5 +95,5 @@
             $clk    = $array[5];#print "$clk\n";
             $clkRed = $array[6];#print "$clkRed\n";
-            if ($clk !~ /^\.$/) {
+            if ($out !~ /^\.$/) {
               push @{$COMPARISON{$sys}{$sat}{EPOCH }}, $epo;
               push @{$COMPARISON{$sys}{$sat}{RADIAL}}, $radial;
@@ -111,5 +111,5 @@
     # -----------------------------------------------------------------------------
     ######### RAO #####################
-    if ("ALL" ~~ @plotTypes ) {
+    if (("ALL" ~~ @plotTypes ) || ("RAO" ~~ @plotTypes)) {
         print "Plot RADIAL, ALONG TRACK and OUT OF PLANE COMPONENTS ...\n";
         my $yrange = .6;
@@ -295,5 +295,5 @@
 PARAMETER:
 
-      --plotTypes     possible: ALL => RAO and CLOCK; CLK => CLOCK and CLOCKRED
+      --plotTypes     possible: ALL => RAO and CLOCK; CLK => CLOCK and CLOCKRED; RAO => RAO only
       --logFiles      comma separated list of BNC's combination logfiles
       --help          show help contents
