SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
sourcextractor.config.model_fitting.Range Class Reference
Inheritance diagram for sourcextractor.config.model_fitting.Range:
[legend]
Collaboration diagram for sourcextractor.config.model_fitting.Range:
[legend]

Public Member Functions

def __init__
 
def get_limits
 
def get_type
 
def __str__
 

Private Attributes

 __limits
 
 __type
 

Detailed Description

Definition at line 38 of file model_fitting.py.

Constructor & Destructor Documentation

def sourcextractor.config.model_fitting.Range.__init__ (   self,
  limits,
  type 
)
Constructor.

Definition at line 68 of file model_fitting.py.

Member Function Documentation

def sourcextractor.config.model_fitting.Range.__str__ (   self)
Returns
-------
str
    Human readable representation for the object

Definition at line 92 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_limits (   self)
Returns
-------
callable
    Receives a source, and returns a tuple (min, max)

Definition at line 75 of file model_fitting.py.

References sourcextractor.config.model_fitting.Range.__limits.

def sourcextractor.config.model_fitting.Range.get_type (   self)
Returns
-------
RangeType

Definition at line 84 of file model_fitting.py.

References sourcextractor.config.model_fitting.Range.__type.

Member Data Documentation

sourcextractor.config.model_fitting.Range.__limits
private
sourcextractor.config.model_fitting.Range.__type
private

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