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


Public Member Functions | |
| def | __init__ |
| def | get_min |
| def | get_max |
| def | get_type |
| def | __str__ |
Private Attributes | |
| __limits | |
| __callable | |
| __type | |
Definition at line 42 of file model_fitting.py.
| def sourcextractor.config.model_fitting.Range.__init__ | ( | self, | |
| limits, | |||
| type | |||
| ) |
Constructor.
Definition at line 72 of file model_fitting.py.
| def sourcextractor.config.model_fitting.Range.__str__ | ( | self | ) |
Returns
-------
str
Human readable representation for the object
Definition at line 114 of file model_fitting.py.
References sourcextractor.config.model_fitting.Range.__limits, and sourcextractor.config.model_fitting.Range.__type.
| def sourcextractor.config.model_fitting.Range.get_max | ( | self, | |
| v, | |||
| o | |||
| ) |
Parameters ---------- v : initial value o : object being fitted Returns ------- The maximum acceptable value for the range
Definition at line 93 of file model_fitting.py.
References sourcextractor.config.model_fitting.Range.__callable.
| def sourcextractor.config.model_fitting.Range.get_min | ( | self, | |
| v, | |||
| o | |||
| ) |
Parameters ---------- v : initial value o : object being fitted Returns ------- The minimum acceptable value for the range
Definition at line 80 of file model_fitting.py.
References sourcextractor.config.model_fitting.Range.__callable.
| def sourcextractor.config.model_fitting.Range.get_type | ( | self | ) |
Returns ------- RangeType
Definition at line 106 of file model_fitting.py.
References sourcextractor.config.model_fitting.Range.__type.
|
private |
Definition at line 77 of file model_fitting.py.
Referenced by sourcextractor.config.model_fitting.Range.get_max(), sourcextractor.config.model_fitting.Range.get_min(), sourcextractor.config.model_fitting.Unbounded.get_normalization_factor(), and sourcextractor.config.model_fitting.ConstantParameter.get_value().
|
private |
Definition at line 76 of file model_fitting.py.
Referenced by sourcextractor.config.model_fitting.Range.__str__().
|
private |
Definition at line 78 of file model_fitting.py.
Referenced by sourcextractor.config.model_fitting.Range.__str__(), and sourcextractor.config.model_fitting.Range.get_type().
1.8.5