SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Public Member Functions | Public Attributes | List of all members
sourcextractor.config.model_fitting.SersicModelBase Class Reference
Inheritance diagram for sourcextractor.config.model_fitting.SersicModelBase:
[legend]
Collaboration diagram for sourcextractor.config.model_fitting.SersicModelBase:
[legend]

Public Member Functions

def __init__ (self, x_coord, y_coord, flux, effective_radius, aspect_ratio, angle)
 
- Public Member Functions inherited from sourcextractor.config.model_fitting.CoordinateModelBase
def __init__ (self, x_coord, y_coord, flux)
 

Public Attributes

 effective_radius
 
 aspect_ratio
 
 angle
 
- Public Attributes inherited from sourcextractor.config.model_fitting.CoordinateModelBase
 x_coord
 
 y_coord
 
 flux
 

Detailed Description

Base class for the Sersic, Exponential and de Vaucouleurs models. It can not be used directly.

Parameters
----------
x_coord : ParameterBase or float
    X coordinate (in the detection image)
y_coord : ParameterBase or float
    Y coordinate (in the detection image)
flux : ParameterBase or float
    Total flux
effective_radius : ParameterBase or float
    Ellipse semi-major axis, in pixels on the detection image.
aspect_ratio : ParameterBase or float
    Ellipse ratio.
angle : ParameterBase or float
    Ellipse rotation, in radians

Definition at line 715 of file model_fitting.py.

Constructor & Destructor Documentation

◆ __init__()

def sourcextractor.config.model_fitting.SersicModelBase.__init__ (   self,
  x_coord,
  y_coord,
  flux,
  effective_radius,
  aspect_ratio,
  angle 
)

Member Data Documentation

◆ angle

sourcextractor.config.model_fitting.SersicModelBase.angle

◆ aspect_ratio

sourcextractor.config.model_fitting.SersicModelBase.aspect_ratio

◆ effective_radius

sourcextractor.config.model_fitting.SersicModelBase.effective_radius

The documentation for this class was generated from the following file: