Ignore:
Timestamp:
Sep 14, 2014, 1:25:12 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r6169 r6170  
    713713      if (_antex->satCoMcorrection(corr->_prn, Mjd, xc.Rows(1,3), dx) != success) {
    714714        dx = 0;
    715         cout << "antenna not found " << corr->_prn.toAscii().data() << endl;
     715        _log += "antenna not found " + corr->_prn.toAscii() + '\n';
    716716      }
    717717    }
     
    807807
    808808  int iObs = 0;
    809 
    810   cout << "nObs, nCon, nPar: " << nObs << ' ' << nCon << ' ' << nPar << endl;
    811 
    812   for (int iPar = 1; iPar <= _params.size(); iPar++) {
    813     cmbParam* pp = _params[iPar-1];
    814     cout << "PAR " << iPar << ' ' << pp->toString().toAscii().data() << endl;
    815   }
    816 
    817809  QVectorIterator<cmbCorr*> itCorr(corrs());
    818810  while (itCorr.hasNext()) {
     
    824816    if (corr->_acName == _masterOrbitAC && resCorr.find(prn) == resCorr.end()) {
    825817      resCorr[prn] = new cmbCorr(*corr);
    826       cout << "resCor " << corr->_acName.toAscii().data() << ' '
    827            << prn.toAscii().data() << endl;
    828818    }
    829819
     
    834824
    835825    ll(iObs) = corr->_clkCorr._dClk * t_CST::c - DotProduct(AA.Row(iObs), x0);
    836     cout << "iObs, AC, prn, ll: " << iObs << ' ' << corr->_acName.toAscii().data() << ' '
    837          << corr->_prn.toAscii().data() << ' ' << ll(iObs) << endl;
    838826  }
    839827
Note: See TracChangeset for help on using the changeset viewer.