Changeset 10119 in ntrip
- Timestamp:
- Jul 7, 2023, 11:14:04 AM (14 months ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/scripts/cmbPlot.pl
r10075 r10119 165 165 my $yrange = 20.0; 166 166 if ( $plotType eq "KF" ) { 167 $yrange = 5.0;167 $yrange = 10.0; 168 168 } 169 169 … … 377 377 $headline_text->text($headline); 378 378 $y = $y0 + $dy; 379 $yrange = 4.0;379 $yrange = 5.0; 380 380 if ( $plotType eq "KF" ) { 381 381 $yrange = 0.1; -
trunk/BNC/src/bnchelp.html
r10102 r10119 4446 4446 </p> 4447 4447 <p> 4448 Removing the AC-dependent biases as well as possibleis a major issue with clock combinations.4448 Removing the AC-dependent biases is a major issue with clock combinations. 4449 4449 Since they vary in time, it can be tricky to do this. Otherwise, there will be artificial jumps in the combined clock stream 4450 4450 if 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.