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

Public Member Functions

def __init__
 
def to_string
 

Public Attributes

 value
 

Detailed Description

A model that is constant through all the image.

Parameters
----------
value: ParameterBase or float
    Value to add to the value of all pixels from the model.

Definition at line 599 of file model_fitting.py.

Constructor & Destructor Documentation

def sourcextractor.config.model_fitting.ConstantModel.__init__ (   self,
  value 
)
Constructor.

Definition at line 609 of file model_fitting.py.

Member Function Documentation

def sourcextractor.config.model_fitting.ConstantModel.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 618 of file model_fitting.py.

References sourcextractor.config.model_fitting.Prior.value, and sourcextractor.config.model_fitting.ConstantModel.value.

Member Data Documentation

sourcextractor.config.model_fitting.ConstantModel.value

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