def hypermet(self, pars, x): """ Default hypermet function """ return SpecfitFuns.ahypermet(pars, x, 15, 0)
def hypermet(self,pars,x): """ A fit function. """ return SpecfitFuns.ahypermet(pars,x,self.config['HypermetTails'],0)