Data structure for storing parameters of a Gaussian component.
More...
#include <Util.h>
|
double | center_x |
| X-coordinate of the center in pixels.
|
|
double | center_y |
| Y-coordinate of the center in pixels.
|
|
double | amp |
| Amplitude of the component.
|
|
double | fwhm_x |
| Full width at half maximum along x-coordinate in pixels.
|
|
double | fwhm_y |
| Full width at half maximum along y-coordinate in pixels.
|
|
double | pa |
| Position angle in degrees.
|
|
Data structure for storing parameters of a Gaussian component.
◆ GaussianParams()
carta::GaussianParams::GaussianParams |
( |
double |
center_x, |
|
|
double |
center_y, |
|
|
double |
amp, |
|
|
double |
fwhm_x, |
|
|
double |
fwhm_y, |
|
|
double |
pa |
|
) |
| |
|
inline |
Constructor for GaussianParams.
- Parameters
-
center_x | X-coordinate of the center in pixels |
center_y | Y-coordinate of the center in pixels |
amp | Amplitude of the component |
fwhm_x | Full width at half maximum along x-coordinate in pixels |
fwhm_y | Full width at half maximum along y-coordinate in pixels |
pa | Position angle in degrees |
◆ GetGaussianComponent()
CARTA::GaussianComponent carta::GaussianParams::GetGaussianComponent |
( |
| ) |
|
|
inline |
Create a Gaussian component sub-message.
- Returns
- A Gaussian component sub-message
◆ amp
double carta::GaussianParams::amp |
Amplitude of the component.
◆ center_x
double carta::GaussianParams::center_x |
X-coordinate of the center in pixels.
◆ center_y
double carta::GaussianParams::center_y |
Y-coordinate of the center in pixels.
◆ fwhm_x
double carta::GaussianParams::fwhm_x |
Full width at half maximum along x-coordinate in pixels.
◆ fwhm_y
double carta::GaussianParams::fwhm_y |
Full width at half maximum along y-coordinate in pixels.
◆ pa
double carta::GaussianParams::pa |
Position angle in degrees.
The documentation for this struct was generated from the following file: