casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | Static Private Attributes
__casac__.fitter.fitter Class Reference
Inheritance diagram for __casac__.fitter.fitter:
__casac__.fitter._object

List of all members.

Public Member Functions

def __init__
def fit1d

Public Attributes

 this

Static Private Attributes

dictionary __swig_setmethods__
tuple __setattr__
dictionary __swig_getmethods__
tuple __getattr__
 __repr__
 __swig_destroy__
 __del__

Detailed Description

Proxy of C++ casac::fitter class

Definition at line 70 of file fitter.py.


Constructor & Destructor Documentation

__init__(self) -> fitter

Definition at line 77 of file fitter.py.


Member Function Documentation

def __casac__.fitter.fitter.fit1d (   self,
  args,
  kwargs 
)
fit1d(self, y=std::vector< double >(), x=std::vector< double >(), mask=std::vector< bool >(), 
    pampest=initialize_variant(""), pcenterest=initialize_variant(""), pfwhmest=initialize_variant("")) -> record *

Summary
Fit any number of one dimensional Gaussians.

Input Parameters:
y                The array of y values. 
x                The array of x values. If specified, must have the same length as y. If not specified, integral values from 0 to len(y)-1 are generated. 
mask             Mask array. Values are masked where this array is False. If specified, must have the same length as y. If not specified, all values are assumed True (no mask).. 
pampest          Initial estimate PCF profile amplitudes. 
pcenterest       Initial estimate PCF profile centers. 
pfwhmest         Initial estimate PCF profile FWHMs. 

--------------------------------------------------------------------------------

Definition at line 84 of file fitter.py.


Member Data Documentation

Definition at line 83 of file fitter.py.

tuple __casac__.fitter.fitter.__getattr__ [static, private]

Definition at line 75 of file fitter.py.

Definition at line 76 of file fitter.py.

tuple __casac__.fitter.fitter.__setattr__ [static, private]

Definition at line 73 of file fitter.py.

Definition at line 82 of file fitter.py.

dictionary __casac__.fitter.fitter.__swig_getmethods__ [static, private]

Definition at line 74 of file fitter.py.

dictionary __casac__.fitter.fitter.__swig_setmethods__ [static, private]

Definition at line 72 of file fitter.py.

Definition at line 81 of file fitter.py.


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