Home
last modified time | relevance | path

Searched refs:ECCENTRICITY_GRAPH (Results 1 – 1 of 1) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp67 int ECCENTRICITY_GRAPH = -1; variable
638 statsPlot->graph(ECCENTRICITY_GRAPH)->addData(startTime - .0001, qQNaN()); in addHFR()
639 statsPlot->graph(ECCENTRICITY_GRAPH)->addData(startTime, eccentricity); in addHFR()
640 statsPlot->graph(ECCENTRICITY_GRAPH)->addData(time, eccentricity); in addHFR()
641 statsPlot->graph(ECCENTRICITY_GRAPH)->addData(time + .0001, qQNaN()); in addHFR()
1440 updateStat(time, eccentricityOut, statsPlot->graph(ECCENTRICITY_GRAPH), d2Fcn, true); in updateStatsValues()
1691ECCENTRICITY_GRAPH = initGraphAndCB(statsPlot, statsPlot->yAxis, QCPGraph::lsStepRight, Qt::darkMa… in initStatsPlot()