SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
Public Member Functions | |
def | __init__ |
def | get_normalization_factor |
def | __str__ |
Private Attributes | |
__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 112 of file model_fitting.py.
def sourcextractor.config.model_fitting.Unbounded.__init__ | ( | self, | |
normalization_factor = 1 |
|||
) |
Constructor.
Definition at line 123 of file model_fitting.py.
def sourcextractor.config.model_fitting.Unbounded.__str__ | ( | self | ) |
Returns ------- str Human readable representation for the object
Definition at line 139 of file model_fitting.py.
References sourcextractor.config.model_fitting.Unbounded.__normalization_factor.
def sourcextractor.config.model_fitting.Unbounded.get_normalization_factor | ( | self | ) |
Returns ------- callable Receives the initial parameter value and a source, and returns the world value which will be normalized to 1 in engine coordinates
Definition at line 129 of file model_fitting.py.
References sourcextractor.config.model_fitting.Unbounded.__normalization_factor.
|
private |
Definition at line 127 of file model_fitting.py.
Referenced by sourcextractor.config.model_fitting.Unbounded.__str__(), and sourcextractor.config.model_fitting.Unbounded.get_normalization_factor().