Changeset 10119 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jul 7, 2023, 11:14:04 AM (12 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC
Files:
2 edited

Legend:

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

    r10075 r10119  
    165165my $yrange = 20.0;
    166166if ( $plotType eq "KF" ) {
    167     $yrange = 5.0;
     167    $yrange = 10.0;
    168168}
    169169
     
    377377$headline_text->text($headline);
    378378$y = $y0 + $dy;
    379 $yrange = 4.0;
     379$yrange = 5.0;
    380380if ( $plotType eq "KF" ) {
    381381    $yrange = 0.1;
  • trunk/BNC/src/bnchelp.html

    r10102 r10119  
    44464446</p>
    44474447<p>
    4448 Removing the AC-dependent biases as well as possible is a major issue with clock combinations.
     4448Removing the AC-dependent biases is a major issue with clock combinations.
    44494449Since they vary in time, it can be tricky to do this. Otherwise, there will be artificial jumps in the combined clock stream
    44504450if one or more AC contributions drop out for certain epochs. Here the 'Kalman Filter' approach is expected to do better than the
Note: See TracChangeset for help on using the changeset viewer.