Displays a dialog that allows the user to find and edit a source list that can be used as estimates for a 2D fit.
More...
#include <FindSourcesDialog.qo.h>
|
void | setImageMode (bool imageMode) |
|
bool | newRegion (int id, const QString &shape, const QString &name, const QList< double > &world_x, const QList< double > &world_y, const QList< int > &pixel_x, const QList< int > &pixel_y, const QString &linecolor, const QString &text, const QString &font, int fontsize, int fontstyle) |
|
bool | updateRegion (int id, viewer::region::RegionChanges changes, const QList< double > &world_x, const QList< double > &world_y, const QList< int > &pixel_x, const QList< int > &pixel_y) |
|
void | setOverlayColor (const QString &colorName) |
|
Displays a dialog that allows the user to find and edit a source list that can be used as estimates for a 2D fit.
Definition at line 50 of file FindSourcesDialog.qo.h.
Enumerator |
---|
ID_COL |
|
RA_COL |
|
DEC_COL |
|
FLUX_COL |
|
MAJOR_AXIS_COL |
|
MINOR_AXIS_COL |
|
ANGLE_COL |
|
Definition at line 121 of file FindSourcesDialog.qo.h.
casa::FindSourcesDialog::FindSourcesDialog |
( |
QWidget * |
parent = 0 , |
|
|
bool |
displayModeFunctionality = true |
|
) |
| |
casa::FindSourcesDialog::~FindSourcesDialog |
( |
| ) |
|
void casa::FindSourcesDialog::canceledFindSources |
( |
| ) |
|
|
privateslot |
void casa::FindSourcesDialog::clearImage |
( |
| ) |
|
void casa::FindSourcesDialog::clearRegions |
( |
| ) |
|
|
private |
void casa::FindSourcesDialog::clearSkyOverlay |
( |
| ) |
|
|
private |
void casa::FindSourcesDialog::createTable |
( |
| ) |
|
|
private |
void casa::FindSourcesDialog::cutoffModeChanged |
( |
bool |
noise | ) |
|
|
privateslot |
void casa::FindSourcesDialog::deleteSelectedSource |
( |
| ) |
|
|
privateslot |
void casa::FindSourcesDialog::directoryChanged |
( |
const QModelIndex & |
modelIndex | ) |
|
|
privateslot |
void casa::FindSourcesDialog::estimateFileSpecified |
( |
const QString & |
fullPath | ) |
|
|
signal |
void casa::FindSourcesDialog::findSources |
( |
| ) |
|
|
privateslot |
QString casa::FindSourcesDialog::getImagePixelBox |
( |
| ) |
const |
QString casa::FindSourcesDialog::getRegionString |
( |
| ) |
const |
QString casa::FindSourcesDialog::getRemoveOverlayPath |
( |
| ) |
const |
|
private |
void casa::FindSourcesDialog::initializeFileManagement |
( |
| ) |
|
|
private |
bool casa::FindSourcesDialog::newRegion |
( |
int |
id, |
|
|
const QString & |
shape, |
|
|
const QString & |
name, |
|
|
const QList< double > & |
world_x, |
|
|
const QList< double > & |
world_y, |
|
|
const QList< int > & |
pixel_x, |
|
|
const QList< int > & |
pixel_y, |
|
|
const QString & |
linecolor, |
|
|
const QString & |
text, |
|
|
const QString & |
font, |
|
|
int |
fontsize, |
|
|
int |
fontstyle |
|
) |
| |
|
slot |
void casa::FindSourcesDialog::pixelRangeChanged |
( |
| ) |
|
|
privateslot |
double casa::FindSourcesDialog::populateCutOff |
( |
bool * |
valid | ) |
const |
|
private |
void casa::FindSourcesDialog::populateImageBounds |
( |
| ) |
|
|
private |
Written because when a fit of a residual image was being done, the region bounds were larger than the bounds in the residual image.
void casa::FindSourcesDialog::populatePixelBox |
( |
| ) |
|
|
private |
void casa::FindSourcesDialog::resetCurrentId |
( |
int |
suggestedId | ) |
|
|
private |
void casa::FindSourcesDialog::resetSkyOverlay |
( |
| ) |
|
|
private |
void casa::FindSourcesDialog::resetSourceView |
( |
| ) |
|
|
private |
void casa::FindSourcesDialog::saveEstimateFile |
( |
| ) |
|
|
privateslot |
void casa::FindSourcesDialog::setChannel |
( |
int |
channel | ) |
|
void casa::FindSourcesDialog::setImageMode |
( |
bool |
imageMode | ) |
|
|
slot |
void casa::FindSourcesDialog::setOverlayColor |
( |
const QString & |
colorName | ) |
|
|
slot |
void casa::FindSourcesDialog::setSourceResultsVisible |
( |
bool |
visible | ) |
|
|
private |
void casa::FindSourcesDialog::setTableValue |
( |
int |
row, |
|
|
int |
col, |
|
|
const casacore::String & |
val |
|
) |
| |
|
private |
void casa::FindSourcesDialog::showOverlay |
( |
casacore::String |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
void casa::FindSourcesDialog::showPixelRange |
( |
| ) |
|
|
privateslot |
bool casa::FindSourcesDialog::updateRegion |
( |
int |
id, |
|
|
viewer::region::RegionChanges |
changes, |
|
|
const QList< double > & |
world_x, |
|
|
const QList< double > & |
world_y, |
|
|
const QList< int > & |
pixel_x, |
|
|
const QList< int > & |
pixel_y |
|
) |
| |
|
slot |
void casa::FindSourcesDialog::validateDirectory |
( |
const QString & |
str | ) |
|
|
privateslot |
void casa::FindSourcesDialog::viewerDisplayChanged |
( |
| ) |
|
|
privateslot |
bool casa::FindSourcesDialog::writeEstimateFile |
( |
QString & |
filePath, |
|
|
bool |
screenEstimates = false , |
|
|
RegionBox * |
screeningBox = NULL |
|
) |
| |
|
private |
int casa::FindSourcesDialog::channel |
|
private |
const QStringList casa::FindSourcesDialog::colorNames |
|
static |
int casa::FindSourcesDialog::currentRegionId |
|
private |
const int casa::FindSourcesDialog::DEFAULT_KEY |
|
private |
QFileSystemModel* casa::FindSourcesDialog::fileModel |
|
private |
bool casa::FindSourcesDialog::imageMode |
|
private |
QString casa::FindSourcesDialog::overlayColorName |
|
private |
QMap< int, RegionBox*> casa::FindSourcesDialog::regions |
|
private |
int casa::FindSourcesDialog::resultIndex |
|
private |
const QString casa::FindSourcesDialog::SKY_CATALOG |
|
private |
QString casa::FindSourcesDialog::skyPath |
|
private |
Ui::FindSourcesDialogClass casa::FindSourcesDialog::ui |
|
private |
The documentation for this class was generated from the following file: