Changeset 10126 in ntrip


Ignore:
Timestamp:
Jul 18, 2023, 3:33:38 PM (10 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/scripts/compareSP3Plot.pl

    r9864 r10126  
    9595            $clk    = $array[5];#print "$clk\n";
    9696            $clkRed = $array[6];#print "$clkRed\n";
    97             if ($clk !~ /^\.$/) {
     97            if ($out !~ /^\.$/) {
    9898              push @{$COMPARISON{$sys}{$sat}{EPOCH }}, $epo;
    9999              push @{$COMPARISON{$sys}{$sat}{RADIAL}}, $radial;
     
    111111    # -----------------------------------------------------------------------------
    112112    ######### RAO #####################
    113     if ("ALL" ~~ @plotTypes ) {
     113    if (("ALL" ~~ @plotTypes ) || ("RAO" ~~ @plotTypes)) {
    114114        print "Plot RADIAL, ALONG TRACK and OUT OF PLANE COMPONENTS ...\n";
    115115        my $yrange = .6;
     
    295295PARAMETER:
    296296
    297       --plotTypes     possible: ALL => RAO and CLOCK; CLK => CLOCK and CLOCKRED
     297      --plotTypes     possible: ALL => RAO and CLOCK; CLK => CLOCK and CLOCKRED; RAO => RAO only
    298298      --logFiles      comma separated list of BNC's combination logfiles
    299299      --help          show help contents
Note: See TracChangeset for help on using the changeset viewer.