Changeset 4359 in ntrip


Ignore:
Timestamp:
Jun 24, 2012, 7:40:38 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

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

    r4356 r4359  
    8484  curve->setScaleInterval(_scaleInterval);
    8585  curve->setStyle(QwtPolarCurve::NoCurve);  // draw only symbols
    86   curve->setSymbol(new QwtSymbol(QwtSymbol::Ellipse,
    87                                  QBrush(Qt::red), QPen(Qt::red),
    88                                  QSize(3, 3)));
     86  curve->setSymbol(new QwtSymbol(QwtSymbol::Ellipse, QBrush(Qt::red),
     87                                 QPen(Qt::red), QSize(2, 2)));
    8988  t_polarData* polarData = new t_polarData(data);
    9089  curve->setData(polarData);
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4357 r4359  
    106106    }
    107107    if (maxMP > SLIPTRESH) {
     108      maxMP = SLIPTRESH;
    108109    }
    109110   
    110 
    111     QwtInterval scaleInterval(0.0, maxMP);
     111    ///    QwtInterval scaleInterval(0.0, maxMP);
     112    QwtInterval scaleInterval(0.0, 1.0);
    112113
    113114    t_polarPlot* plotMP1 = new t_polarPlot(QwtText("MP1"), scaleInterval,
Note: See TracChangeset for help on using the changeset viewer.