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


Public Member Functions | |
| __init__ (self, normalization_factor=1) | |
| get_normalization_factor (self, v, o) | |
| __str__ (self) | |
Private Attributes | |
| __normalization_factor = normalization_factor | |
| __callable = normalization_factor | |
Unbounded, but normalize, value of a model fitting parameter
Parameters
----------
normalization_factor: float, or a callable that receives the initial value parameter value and a source,
and returns a float
The world value which will be normalized to 1 in engine coordinates
Definition at line 134 of file model_fitting.py.
| sourcextractor.config.model_fitting.Unbounded.__init__ | ( | self, | |
| normalization_factor = 1 ) |
Constructor.
Definition at line 145 of file model_fitting.py.
| sourcextractor.config.model_fitting.Unbounded.__str__ | ( | self | ) |
Returns
-------
str
Human readable representation for the object
Definition at line 169 of file model_fitting.py.
References __normalization_factor.
| sourcextractor.config.model_fitting.Unbounded.get_normalization_factor | ( | self, | |
| v, | |||
| o ) |
Parameters
----------
v : initial value
o : object being fitted
Returns
-------
float
The world value which will be normalized to 1 in engine coordinates
Definition at line 155 of file model_fitting.py.
References sourcextractor.config.model_fitting.Range.__callable, and __callable.
|
private |
Definition at line 151 of file model_fitting.py.
Referenced by get_normalization_factor(), and sourcextractor.config.model_fitting.ConstantParameter.get_value().
|
private |
Definition at line 149 of file model_fitting.py.
Referenced by __str__().