Changeset 8561 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Dec 12, 2018, 5:18:04 PM (5 years ago)
Author:
mervart
Message:

Analyze more than two signals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r8560 r8561  
    578578  QFileInfo  fileInfo(obsFile->fileName());
    579579  QByteArray title = fileInfo.fileName().toLatin1();
    580   emit dspSkyPlot(obsFile->fileName(), skyPlotDataMP, "Meters",  2.0);
     580  emit dspSkyPlot(obsFile->fileName(), skyPlotDataMP, "Meters",  1.0);
    581581  emit dspSkyPlot(obsFile->fileName(), skyPlotDataSN, "dbHz",   54.0);
    582582  emit dspAvailPlot(obsFile->fileName(), title);
Note: See TracChangeset for help on using the changeset viewer.