|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|


Public Member Functions | |
| def | __init__ |
| def | to_string |
Public Member Functions inherited from sourcextractor.config.model_fitting.ModelBase | |
| def | get_params |
Public Attributes | |
| value | |
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 499 of file model_fitting.py.
| def sourcextractor.config.model_fitting.ConstantModel.__init__ | ( | self, | |
| value | |||
| ) |
Constructor.
Definition at line 509 of file model_fitting.py.
| 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 516 of file model_fitting.py.
References sourcextractor.config.model_fitting.ModelBase.get_params(), Euclid::Histogram::HasComputeBins< class, class >.value, sourcextractor.config.model_fitting.Prior.value, and sourcextractor.config.model_fitting.ConstantModel.value.

| sourcextractor.config.model_fitting.ConstantModel.value |
Definition at line 514 of file model_fitting.py.
Referenced by sourcextractor.config.model_fitting.ConstantModel.to_string().
1.8.5