SourceXtractorPlusPlus  0.12
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.PointSourceModel Class Reference
Inheritance diagram for sourcextractor.config.model_fitting.PointSourceModel:
[legend]
Collaboration diagram for sourcextractor.config.model_fitting.PointSourceModel:
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Models a source as a point, spread by the PSF.

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

Definition at line 556 of file model_fitting.py.

Constructor & Destructor Documentation

def sourcextractor.config.model_fitting.PointSourceModel.__init__ (   self,
  x_coord,
  y_coord,
  flux 
)
Constructor.

Definition at line 570 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.PointSourceModel.to_string (   self,
  show_params = False 
)
Return a human readable representation of the model.

Parameters
----------
show_params: bool
    If True, include information about the parameters.

Returns
-------
str

Definition at line 578 of file model_fitting.py.

References Euclid::SourceCatalog::FluxErrorPair.flux, sourcextractor.config.model_fitting.CoordinateModelBase.flux, sourcextractor.config.model_fitting.CoordinateModelBase.x_coord, and sourcextractor.config.model_fitting.CoordinateModelBase.y_coord.


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