Changeset 8561 in ntrip
- Timestamp:
- Dec 12, 2018, 5:18:04 PM (6 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/availplot.cpp
r8555 r8561 124 124 scaleDrawPrn->_yLabels[iC] = prn; 125 125 126 double eps = 0.0;126 double eps = -0.1; 127 127 128 128 for (QMap<char, t_plotData::t_hlpStatus >::const_iterator it = plotData._status.begin(); … … 158 158 } 159 159 160 eps += 0. 1;160 eps += 0.2; 161 161 } 162 162 } -
trunk/BNC/src/rinex/reqcanalyze.cpp
r8560 r8561 578 578 QFileInfo fileInfo(obsFile->fileName()); 579 579 QByteArray title = fileInfo.fileName().toLatin1(); 580 emit dspSkyPlot(obsFile->fileName(), skyPlotDataMP, "Meters", 2.0);580 emit dspSkyPlot(obsFile->fileName(), skyPlotDataMP, "Meters", 1.0); 581 581 emit dspSkyPlot(obsFile->fileName(), skyPlotDataSN, "dbHz", 54.0); 582 582 emit dspAvailPlot(obsFile->fileName(), title);
Note:
See TracChangeset
for help on using the changeset viewer.