Changeset 10809 in ntrip
- Timestamp:
- Feb 9, 2026, 10:45:42 AM (3 hours ago)
- Location:
- trunk/BNC/scripts
- Files:
-
- 2 edited
-
Bnc.pm (modified) (1 diff)
-
pppPlot.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/scripts/Bnc.pm
r10806 r10809 554 554 @hlp = split( /\s+/, $ln ); 555 555 $ssrData = $hlp[5]; #print "$ssrData\n"; 556 $dateStr = substr( $hlp[3], 0, 9);556 $dateStr = substr( $hlp[3], 0, 10 ); 557 557 558 558 } -
trunk/BNC/scripts/pppPlot.pl
r10806 r10809 182 182 title => "Displacements N, RMS + -$str_rms_n m", 183 183 timefmt => '%s', 184 style => " dots",184 style => "lines", 185 185 ); 186 186 my $dataE = Chart::Gnuplot::DataSet->new( … … 189 189 title => "Displacements E, RMS + -$str_rms_e m", 190 190 timefmt => '%s', 191 style => " dots",191 style => "lines", 192 192 ); 193 193 my $dataU = Chart::Gnuplot::DataSet->new( … … 375 375 output => $pngNameAMB, 376 376 terminal => 'png', 377 title => $station,377 title => "$station ($dateStr)", 378 378 ylabel => "Ambiguities $key_ambType [m]", 379 379 timeaxis => 'x', … … 385 385 output => $pngNameEPO, 386 386 terminal => 'png', 387 title => $station,387 title => "$station ($dateStr)", 388 388 ylabel => "Number of Epochs $key_ambType [-]", 389 389 timeaxis => 'x', … … 597 597 $headline_text->translate( 15 / mm, 280 / mm ); 598 598 $headline_text->text($headline); 599 my $chartCLKCORR = newChart("$s tation($dateStr)");599 my $chartCLKCORR = newChart("$ssrData ($dateStr)"); 600 600 $chartCLKCORR->set( ylabel => "Clock Corrections [m]" ); 601 601 $chartCLKCORR->set( legend => { position => "outside right" } );
Note:
See TracChangeset
for help on using the changeset viewer.
