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__ |
def __casac__.fitter.fitter.__init__ | ( | self | ) |
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. --------------------------------------------------------------------------------
__casac__.fitter.fitter.__del__ [static, private] |
tuple __casac__.fitter.fitter.__getattr__ [static, private] |
__casac__.fitter.fitter.__repr__ [static, private] |
tuple __casac__.fitter.fitter.__setattr__ [static, private] |
__casac__.fitter.fitter.__swig_destroy__ [static, private] |
dictionary __casac__.fitter.fitter.__swig_getmethods__ [static, private] |
dictionary __casac__.fitter.fitter.__swig_setmethods__ [static, private] |