Gauss2D

class mpdaf.obj.Gauss2D(center, flux, fwhm, cont, rot, peak, err_center, err_flux, err_fwhm, err_cont, err_rot, err_peak, ima=None)[source]

Bases: object

This class stores 2D gaussian parameters.

Attributes:
center(float,float)

Gaussian center (y,x).

fluxfloat

Gaussian integrated flux.

fwhm(float,float)

Gaussian fwhm (fhwm_y,fwhm_x).

contfloat

Continuum value.

rotfloat

Rotation in degrees.

peakfloat

Gaussian peak value.

err_center(float,float)

Estimated error on Gaussian center.

err_fluxfloat

Estimated error on Gaussian integrated flux.

err_fwhm(float,float)

Estimated error on Gaussian fwhm.

err_contfloat

Estimated error on continuum value.

err_rotfloat

Estimated error on rotation.

err_peakfloat

Estimated error on Gaussian peak value.

imaImage

Gaussian image

Methods Summary

copy()

Copy Gauss2D object in a new one and returns it.

print_param()

Print Gaussian parameters.

Methods Documentation

copy()[source]

Copy Gauss2D object in a new one and returns it.

print_param()[source]

Print Gaussian parameters.