Changeset 9830 in ntrip
- Timestamp:
- Sep 19, 2022, 11:55:50 AM (2 years ago)
- Location:
- trunk/BNC/scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/scripts/cmbPlot.pl
r9692 r9830 195 195 timefmt => '%Y-%m-%dT%H:%M:%S', # '%H:%M:%S', 196 196 linetype => $colour, 197 style => " lines ",197 style => " linespoints ", 198 198 ); 199 199 push ( @datasets, $dataset ); … … 212 212 213 213 ######### CLOCK FULL ##################### 214 print "Plot CLOCK FULL...\n";214 print "Plot FULL CLOCK ...\n"; 215 215 $page = $pdf->page(); 216 216 $page->mediabox('A4'); … … 247 247 timefmt => '%Y-%m-%dT%H:%M:%S', # '%H:%M:%S', 248 248 linetype => $colour, 249 style => " lines ",249 style => " linespoints ", 250 250 ); 251 251 push ( @datasets, $dataset ); … … 302 302 timefmt => '%Y-%m-%dT%H:%M:%S', # '%H:%M:%S', 303 303 linetype => $colour, 304 style => " lines ",304 style => " linespoints ", 305 305 ); 306 306 push ( @datasets, $dataset ); … … 353 353 title => "$key_ac", 354 354 timefmt => '%Y-%m-%dT%H:%M:%S', # '%H:%M:%S', 355 style => " lines ",355 style => " linespoints ", 356 356 ); 357 357 … … 382 382 $yrange = 4.0; 383 383 if ( $plotType eq "KF" ) { 384 $yrange = 0. 06;384 $yrange = 0.1; 385 385 } 386 386 … … 412 412 title => "$key_sat", 413 413 timefmt => '%Y-%m-%dT%H:%M:%S', # '%H:%M:%S', 414 415 style => " lines ", 414 style => " linespoints ", 416 415 ); 417 416 push ( @datasets, $dataset ); -
trunk/BNC/scripts/pppPlot.pl
r9597 r9830 163 163 title => "Displacements N, RMS + -$str_rms_n m", 164 164 timefmt => '%s', 165 style => " dots",165 style => "linespoints", 166 166 ); 167 167 my $dataE = Chart::Gnuplot::DataSet->new( … … 170 170 title => "Displacements E, RMS + -$str_rms_e m", 171 171 timefmt => '%s', 172 style => " dots",172 style => "linespoints", 173 173 ); 174 174 my $dataU = Chart::Gnuplot::DataSet->new( … … 177 177 title => "Displacements U, RMS + -$str_rms_u m", 178 178 timefmt => '%s', 179 style => " dots",179 style => "linespoints", 180 180 ); 181 181 my @datasets = ( $dataN, $dataE, $dataU ); … … 199 199 title => "Tropospheric Delay, RMS + -$str_rms_trp m", 200 200 timefmt => '%s', 201 style => " dots",201 style => "linespoints", 202 202 ); 203 203 $chartTRP->plot2d($dataTRP); … … 229 229 title => "Receiver clock", 230 230 timefmt => '%s', 231 style => " dots",231 style => "linespoints", 232 232 ); 233 233 $chartCLK->plot2d($dataset); … … 259 259 title => "GPS Receiver clock", 260 260 timefmt => '%s', 261 style => " dots",261 style => "linespoints", 262 262 ); 263 263 $chartCLK->plot2d($dataset); … … 289 289 title => "GLONASS Receiver clock", 290 290 timefmt => '%s', 291 style => " dots",291 style => "linespoints", 292 292 ); 293 293 $chartCLK->plot2d($dataset); … … 319 319 title => "Galileo Receiver clock", 320 320 timefmt => '%s', 321 style => " dots",321 style => "linespoints", 322 322 ); 323 323 $chartCLK->plot2d($dataset); … … 350 350 title => "BDS Receiver clock", 351 351 timefmt => '%s', 352 style => " dots",352 style => "linespoints", 353 353 ); 354 354 $chartCLK->plot2d($dataset); … … 382 382 title => "Offset GPS - GLONASS", 383 383 timefmt => '%s', 384 style => " dots",384 style => "linespoints", 385 385 ); 386 386 $chartOGR->plot2d($dataset); #system ("display $pngName&"); … … 415 415 title => "Offset GPS - Galileo", 416 416 timefmt => '%s', 417 style => " dots",417 style => "linespoints", 418 418 ); 419 419 $chartOGE->plot2d($dataset); #system ("display $pngName&"); … … 448 448 title => "Offset GPS - BDS", 449 449 timefmt => '%s', 450 style => " dots",450 style => "linespoints", 451 451 ); 452 452 $chartOGC->plot2d($dataset); #system ("display $pngName&"); … … 497 497 timefmt => '%s', 498 498 499 #style => " dots",500 style => " dots",499 #style => "linespoints", 500 style => "linespoints", 501 501 ); 502 502 push ( @datasets, $dataset ); … … 572 572 title => "$key_sat", 573 573 timefmt => '%s', 574 style => " dots",575 576 #style => " dots",574 style => "linespoints", 575 576 #style => "linespoints", 577 577 ); 578 578 push ( @datasets_amb, $dataset_amb ); … … 585 585 timefmt => '%s', 586 586 587 #style => " dots",588 style => " dots",587 #style => "linespoints", 588 style => "linespoints", 589 589 ); 590 590 push ( @datasets_epo, $dataset_epo ); … … 667 667 timefmt => '%s', 668 668 669 #style => " dots",670 style => " dots",669 #style => "linespoints", 670 style => "linespoints", 671 671 ); 672 672 push ( @datasets, $dataset ); … … 715 715 timefmt => '%s', 716 716 717 #style => " dots ",718 style => " dots",717 #style => " linespoints ", 718 style => "linespoints", 719 719 ); 720 720 push ( @datasets, $dataset ); … … 765 765 title => "$key_sys", 766 766 timefmt => '%s', 767 style => " dots",767 style => "linespoints", 768 768 ); 769 769 push ( @datasets, $dataset );
Note:
See TracChangeset
for help on using the changeset viewer.