Ignore:
Timestamp:
08/31/06 11:10:17 (18 years ago)
Author:
mar637
Message:

Fix for ticket #65, fixed parameter issues. This was a problem with mask=!fixed in the fitter. Also, each fit reset the fixed parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/python/asapfitter.py

    r1214 r1221  
    136136                out = "Scan[%d] Beam[%d] IF[%d] Pol[%d] Cycle[%d]" % (self.data.getscan(i),self.data.getbeam(i),self.data.getif(i),self.data.getpol(i), self.data.getcycle(i))
    137137                asaplog.push(out,False)
     138        print self.mask
    138139        self.fitter.setdata(self.x, self.y, self.mask)
    139140        if self.fitfunc == 'gauss':
     
    224225        Set the Parameters of a 'Gaussian' component, set with set_function.
    225226        Parameters:
    226             peak, centre, fhwm:  The gaussian parameters
     227            peak, centre, fwhm:  The gaussian parameters
    227228            peakfixed,
    228229            centerfixed,
Note: See TracChangeset for help on using the changeset viewer.