kstars
fitshistogram.cpp
Go to the documentation of this file.
94 qDebug() << "fits MIN: " << fits_min << " - fits MAX: " << fits_max << " - pixel range: " << pixel_range;
112 qDebug() << "Hist Array is now " << hist_width << " wide..., pixel range is " << pixel_range << " Bin width is " << binWidth << endl;
145 qDebug() << "Mean " << mean << " , mean plus std " << mean_p_std << " JMIndex " << JMIndex << endl;
259 ui->intensityOUT->setText(QString("%1").arg( ceil(x / binWidth) + tab->getImage()->getImageData()->getMin()));
306 FITSHistogramCommand::FITSHistogramCommand(QWidget * parent, FITSHistogram *inHisto, FITSScale newType, int lmin, int lmax)
311 buffer = (float *) malloc (tab->getImage()->getImageData()->getWidth() * tab->getImage()->getImageData()->getHeight() * sizeof(float));
375 memcpy( image_data->getImageBuffer(), buffer, image_data->getWidth() * image_data->getHeight() * sizeof(float));
Definition: fitshistogram.h:39
Definition: fitsimage.h:73
Definition: fitscommon.h:22
Definition: fitscommon.h:20
void constructHistogram(int hist_width, int hist_height)
Definition: fitshistogram.cpp:81
Definition: fitsview.h:81
Definition: fitscommon.h:22
Definition: fitshistogram.h:98
virtual ~FITSHistogramCommand()
Definition: fitshistogram.cpp:317
void applyFilter(FITSScale type, float *image=NULL, int min=-1, int max=-1)
Definition: fitsimage.cpp:829
Definition: fitscommon.h:22
FITSHistogramCommand(QWidget *parent, FITSHistogram *inHisto, FITSScale newType, int lmin, int lmax)
Definition: fitshistogram.cpp:306
Definition: fitscommon.h:23
Definition: fitscommon.h:22
Definition: fitshistogram.h:48
void updateBoxes(int lowerLimit, int upperLimit)
Definition: fitshistogram.cpp:170
Definition: fitstab.h:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.