Changeset 8561 in ntrip


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

Analyze more than two signals

Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

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

    r8555 r8561  
    124124    scaleDrawPrn->_yLabels[iC] = prn;
    125125
    126     double eps = 0.0;
     126    double eps = -0.1;
    127127
    128128    for (QMap<char, t_plotData::t_hlpStatus >::const_iterator it = plotData._status.begin();
     
    158158      }
    159159
    160       eps += 0.1;
     160      eps += 0.2;
    161161    }
    162162  }
  • 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.