Changeset 10381 in ntrip


Ignore:
Timestamp:
Mar 5, 2024, 5:15:59 PM (8 weeks ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r10373 r10381  
    383383
    384384        // Check Pre-Fit Residuals
    385         // -----------------------
     385        /* -----------------------
    386386        else {
    387387          ColumnVector AA(params.size());
     
    414414            resetAmb(obs->prn(), obsVector, tLC);
    415415          }
    416         }
     416        }*/
    417417      }
    418418    }
  • trunk/BNC/src/pppMain.cpp

    r10356 r10381  
    475475    // -------------------
    476476    opt->_aprSigClk       = 3.0e5;
    477     opt->_aprSigClkOff    = 3.0e5;
     477    opt->_aprSigClkOff    = 100.0;
    478478    opt->_aprSigAmb       = 1.0e4;
    479     opt->_aprSigIon       = 1.0e8;
    480     opt->_noiseIon        = 1.0e8;
     479    opt->_aprSigIon       = 1.0e6;
     480    opt->_noiseIon        = 1.0e6;
    481481    opt->_aprSigCodeBias  = 10000.0;
    482482    opt->_noiseCodeBias   = 10000.0;
Note: See TracChangeset for help on using the changeset viewer.