Ignore:
Timestamp:
09/15/10 18:22:10 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: No

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed typo in help text.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapfitter.py

    r1862 r1927  
    202202              fixed:     a vector of which parameters are to be held fixed
    203203                         (default is none)
    204               component: in case of multiple gaussians, the index of the
    205                          component
     204              component: in case of multiple gaussians/lorentzians,
     205                         the index of the component
    206206        """
    207207        component = None
     
    272272        Set the Parameters of a 'Lorentzian' component, set with set_function.
    273273        Parameters:
    274             peak, centre, fwhm:  The gaussian parameters
     274            peak, centre, fwhm:  The lorentzian parameters
    275275            peakfixed,
    276276            centrefixed,
     
    421421        pars = self.fitter.getestimate()
    422422        fixed = self.fitter.getfixedparameters()
    423         asaplog.push(self._format_pars(pars,fixed,None))
     423        asaplog.push(self._format_pars(pars,fixed,None,None))
    424424        return pars
    425425
Note: See TracChangeset for help on using the changeset viewer.