Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitshistogram.h53 QVector<uint32_t> getCumulativeFrequency(int channel = 0) const;
H A Dfitsdata.h454 const QVector<uint32_t> &getCumulativeFrequency(uint8_t channel = 0) const
H A Dfitshistogram.cpp500 QVector<uint32_t> FITSHistogram::getCumulativeFrequency(int channel) const in getCumulativeFrequency() function in FITSHistogram