Changeset 1274 for tags


Ignore:
Timestamp:
09/13/06 12:26:42 (18 years ago)
Author:
mar637
Message:

tidied maxims check in. Version to 2.1.1b

Location:
tags/Release2.1.1b
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.1b/SConstruct

    r1267 r1274  
    7979    env = conf.Finish()
    8080
    81 env["version"] = "2.1.0"
     81env["version"] = "2.1.1b"
    8282
    8383# general CPPFLAGS
  • tags/Release2.1.1b/python/__init__.py

    r1259 r1274  
    355355
    356356__date__ = '$Date$'.split()[1]
    357 __version__  = '2.1'
     357__version__  = '2.1.1b'
    358358
    359359def is_ipython():
  • tags/Release2.1.1b/python/scantable.py

    r1268 r1274  
    12231223
    12241224    def auto_poly_baseline(self, mask=[], edge=(0, 0), order=0,
    1225                            threshold=3, chan_avg_limit=1, plot=False, 
    1226                            insitu=None):
     1225                           threshold=3, chan_avg_limit=1, plot=False,
     1226                           insitu=None):
    12271227        """
    12281228        Return a scan which has been baselined (all rows) by a polynomial.
     
    12431243                        keep it large as only strong lines affect the
    12441244                        baseline solution.
    1245             chan_avg_limit: 
    1246                         a maximum number of consequtive spectral channels to
    1247                         average during the search of weak and broad lines.
    1248                         The default is no averaging (and no search for weak
    1249                         lines). If such lines can affect the fitted baseline
    1250                         (e.g. a high order polynomial is fitted), increase this
    1251                         parameter (usually values up to 8 are reasonable). Most
    1252                         users of this method should find the default value
    1253                         sufficient.
     1245            chan_avg_limit:
     1246                        a maximum number of consequtive spectral channels to
     1247                        average during the search of weak and broad lines.
     1248                        The default is no averaging (and no search for weak
     1249                        lines). If such lines can affect the fitted baseline
     1250                        (e.g. a high order polynomial is fitted), increase this
     1251                        parameter (usually values up to 8 are reasonable). Most
     1252                        users of this method should find the default value
     1253                        sufficient.
    12541254            plot:       plot the fit and the residual. In this each
    12551255                        indivual fit has to be approved, by typing 'y'
Note: See TracChangeset for help on using the changeset viewer.