|
ddt 1.2.1
|
#include <ddtDatavisualisationUtils.hpp>
Public Attributes | |
| QPointF | image_xy |
| QPointF | view_xy |
| bool | view_rotate_90_270 = false |
| double | pixel_value |
| QString | ra |
| QString | dec |
| QString | equinox |
| double | fwhm_x |
| double | fwhm_y |
| double | angle_x_axis |
| double | peak_abv_bg |
| double | background |
| int | current_pick_square_size |
| bool | current_flip_state_vertical |
| bool | current_flip_state_horizontal |
Helper class for passing return value parameters to the Pick Object Dialog
| double ReturnValuePickObjectDialogParameters::angle_x_axis |
x axis angle
| double ReturnValuePickObjectDialogParameters::background |
background
| bool ReturnValuePickObjectDialogParameters::current_flip_state_horizontal |
current main image horizontal flip state
| bool ReturnValuePickObjectDialogParameters::current_flip_state_vertical |
current main image vertical flip state
| int ReturnValuePickObjectDialogParameters::current_pick_square_size |
square size in pixels
| QString ReturnValuePickObjectDialogParameters::dec |
Declination (DEC)
| QString ReturnValuePickObjectDialogParameters::equinox |
Equinox
| double ReturnValuePickObjectDialogParameters::fwhm_x |
full width at half maximum X (FWHM X)
| double ReturnValuePickObjectDialogParameters::fwhm_y |
full width at half maximum Y (FWHM Y)
| QPointF ReturnValuePickObjectDialogParameters::image_xy |
clicked image coordinates
| double ReturnValuePickObjectDialogParameters::peak_abv_bg |
peak above background
| double ReturnValuePickObjectDialogParameters::pixel_value |
pixel value
| QString ReturnValuePickObjectDialogParameters::ra |
Right Ascension (RA)
| bool ReturnValuePickObjectDialogParameters::view_rotate_90_270 = false |
true if image is rotated by 90 or 270 degrees, otherwise false
| QPointF ReturnValuePickObjectDialogParameters::view_xy |
converted and transformed (rotation) clicked image coordinates to canvas/view coordinates