- Timestamp:
- Jul 18, 2023, 3:33:38 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/scripts/compareSP3Plot.pl
r9864 r10126 95 95 $clk = $array[5];#print "$clk\n"; 96 96 $clkRed = $array[6];#print "$clkRed\n"; 97 if ($ clk!~ /^\.$/) {97 if ($out !~ /^\.$/) { 98 98 push @{$COMPARISON{$sys}{$sat}{EPOCH }}, $epo; 99 99 push @{$COMPARISON{$sys}{$sat}{RADIAL}}, $radial; … … 111 111 # ----------------------------------------------------------------------------- 112 112 ######### RAO ##################### 113 if ( "ALL" ~~ @plotTypes) {113 if (("ALL" ~~ @plotTypes ) || ("RAO" ~~ @plotTypes)) { 114 114 print "Plot RADIAL, ALONG TRACK and OUT OF PLANE COMPONENTS ...\n"; 115 115 my $yrange = .6; … … 295 295 PARAMETER: 296 296 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 298 298 --logFiles comma separated list of BNC's combination logfiles 299 299 --help show help contents
Note:
See TracChangeset
for help on using the changeset viewer.