Changeset 10809 in ntrip


Ignore:
Timestamp:
Feb 9, 2026, 10:45:42 AM (3 hours ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/scripts/Bnc.pm

    r10806 r10809  
    554554                                @hlp = split( /\s+/, $ln );
    555555                $ssrData = $hlp[5]; #print "$ssrData\n";
    556                 $dateStr = substr( $hlp[3], 0, 9 );
     556                $dateStr = substr( $hlp[3], 0, 10 );
    557557
    558558                        }
  • trunk/BNC/scripts/pppPlot.pl

    r10806 r10809  
    182182                        title   => "Displacements N, RMS + -$str_rms_n m",
    183183                        timefmt => '%s',
    184                         style   => "dots",
     184                        style   => "lines",
    185185                );
    186186                my $dataE = Chart::Gnuplot::DataSet->new(
     
    189189                        title   => "Displacements E, RMS + -$str_rms_e m",
    190190                        timefmt => '%s',
    191                         style   => "dots",
     191                        style   => "lines",
    192192                );
    193193                my $dataU = Chart::Gnuplot::DataSet->new(
     
    375375                                        output   => $pngNameAMB,
    376376                                        terminal => 'png',
    377                                         title    => $station,
     377                                        title    => "$station ($dateStr)",
    378378                                        ylabel   => "Ambiguities $key_ambType [m]",
    379379                                        timeaxis => 'x',
     
    385385                                        output   => $pngNameEPO,
    386386                                        terminal => 'png',
    387                                         title    => $station,
     387                                        title    => "$station ($dateStr)",
    388388                                        ylabel   => "Number of Epochs $key_ambType [-]",
    389389                                        timeaxis => 'x',
     
    597597                $headline_text->translate( 15 / mm, 280 / mm );
    598598                $headline_text->text($headline);
    599                 my $chartCLKCORR = newChart("$station ($dateStr)");
     599                my $chartCLKCORR = newChart("$ssrData ($dateStr)");
    600600                $chartCLKCORR->set( ylabel => "Clock Corrections [m]" );
    601601                $chartCLKCORR->set( legend => { position => "outside right" } );
Note: See TracChangeset for help on using the changeset viewer.