kstars
#include <fitsimage.h>
|
| FITSImage (FITSMode mode=FITS_NORMAL) |
|
| ~FITSImage () |
|
void | applyFilter (FITSScale type, float *image=NULL, int min=-1, int max=-1) |
|
void | calculateStats (bool refresh=false) |
|
void | findCentroid (int initStdDev=MINIMUM_STDVAR, int minEdgeWidth=MINIMUM_PIXEL_RANGE) |
|
int | findStars () |
|
double | getAverage () |
|
int | getBPP () |
|
void | getCenterSelection (int *x, int *y) |
|
int | getDetectedStars () |
|
int | getFITSRecord (QString &recordList, int &nkeys) |
|
long | getHeight () |
|
double | getHFR (HFRType type=HFR_AVERAGE) |
|
float * | getImageBuffer () |
|
double | getMax () |
|
double | getMin () |
|
void | getMinMax (double *min, double *max) |
|
FITSMode | getMode () |
|
void | getSize (double *w, double *h) |
|
QList< Edge * > | getStarCenters () |
|
double | getStdDev () |
|
wcs_point * | getWCSCoord () |
|
long | getWidth () |
|
bool | hasWCS () |
|
bool | loadFITS (const QString &filename, QProgressDialog *progress=NULL) |
|
int | rescale (FITSZoom type) |
|
int | saveFITS (const QString &filename) |
|
void | setFITSMinMax (double newMin, double newMax) |
|
void | setHistogram (FITSHistogram *inHistogram) |
|
void | subtract (float *darkFrame) |
|
Definition at line 73 of file fitsimage.h.
FITSImage::~FITSImage |
( |
| ) |
|
void FITSImage::applyFilter |
( |
FITSScale |
type, |
|
|
float * |
image = NULL , |
|
|
int |
min = -1 , |
|
|
int |
max = -1 |
|
) |
| |
void FITSImage::calculateStats |
( |
bool |
refresh = false | ) |
|
int FITSImage::findStars |
( |
| ) |
|
double FITSImage::getAverage |
( |
| ) |
|
|
inline |
int FITSImage::getBPP |
( |
| ) |
|
|
inline |
void FITSImage::getCenterSelection |
( |
int * |
x, |
|
|
int * |
y |
|
) |
| |
int FITSImage::getDetectedStars |
( |
| ) |
|
|
inline |
int FITSImage::getFITSRecord |
( |
QString & |
recordList, |
|
|
int & |
nkeys |
|
) |
| |
long FITSImage::getHeight |
( |
| ) |
|
|
inline |
float* FITSImage::getImageBuffer |
( |
| ) |
|
|
inline |
double FITSImage::getMax |
( |
| ) |
|
|
inline |
double FITSImage::getMin |
( |
| ) |
|
|
inline |
void FITSImage::getMinMax |
( |
double * |
min, |
|
|
double * |
max |
|
) |
| |
|
inline |
void FITSImage::getSize |
( |
double * |
w, |
|
|
double * |
h |
|
) |
| |
|
inline |
double FITSImage::getStdDev |
( |
| ) |
|
|
inline |
long FITSImage::getWidth |
( |
| ) |
|
|
inline |
bool FITSImage::hasWCS |
( |
| ) |
|
|
inline |
bool FITSImage::loadFITS |
( |
const QString & |
filename, |
|
|
QProgressDialog * |
progress = NULL |
|
) |
| |
int FITSImage::saveFITS |
( |
const QString & |
filename | ) |
|
void FITSImage::setFITSMinMax |
( |
double |
newMin, |
|
|
double |
newMax |
|
) |
| |
void FITSImage::subtract |
( |
float * |
darkFrame | ) |
|
double FITSImage::average |
struct { ... } FITSImage::stats |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.