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

Public Member Functions

def __init__
 

Public Attributes

 x_coord
 
 y_coord
 
 flux
 

Detailed Description

Base class for positioned models with a flux. 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

Definition at line 532 of file model_fitting.py.

Constructor & Destructor Documentation

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

Definition at line 546 of file model_fitting.py.

Member Data Documentation

sourcextractor.config.model_fitting.CoordinateModelBase.flux
sourcextractor.config.model_fitting.CoordinateModelBase.x_coord
sourcextractor.config.model_fitting.CoordinateModelBase.y_coord

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