SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
sourcextractor.config.model_fitting.ExponentialModel Class Reference
Inheritance diagram for sourcextractor.config.model_fitting.ExponentialModel:
[legend]
Collaboration diagram for sourcextractor.config.model_fitting.ExponentialModel:
[legend]

Public Member Functions

def __init__
 
def to_string
 
- Public Member Functions inherited from sourcextractor.config.model_fitting.SersicModelBase
def __init__
 
- Public Member Functions inherited from sourcextractor.config.model_fitting.CoordinateModelBase
def __init__
 

Additional Inherited Members

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

Detailed Description

Model a source with an exponential profile (Sersic model with an index of 1)

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 719 of file model_fitting.py.

Constructor & Destructor Documentation

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

Definition at line 739 of file model_fitting.py.

References std::locale::id.id(), std::thread::id.id(), and SourceXtractor::PyId.id.

Here is the call graph for this function:

Member Function Documentation

def sourcextractor.config.model_fitting.ExponentialModel.to_string (   self,
  show_params = False 
)

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