Changeset 2809 for trunk/python


Ignore:
Timestamp:
04/11/13 17:07:34 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd.scantable

Description: modified help texts of sub_baseline() and apply_bltable().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2791 r2809  
    27052705
    27062706        Parameters:
    2707             insitu:        if False a new scantable is returned.
    2708                            Otherwise, the scaling is done in-situ
     2707            insitu:        if True, baseline fitting/subtraction is done
     2708                           in-situ and fitting results is returned. If
     2709                           False, a dictionary containing new scantable
     2710                           (with baseline subtracted) and fitting results
     2711                           is returned.
    27092712                           The default is taken from .asaprc (False)
    27102713            inbltable:     name of input baseline table. The row number of
     
    27142717                           parameters and fitting results recorded.
    27152718                           default is ''(no output).
    2716             overwrite:     if True, overwrites the existing baseline table
    2717                            specified in outbltable.
     2719            overwrite:     if True when an existing baseline table is
     2720                           specified for outbltable, overwrites it.
     2721                           Otherwise there is no harm.
    27182722                           default is False.
    27192723        """
     
    27542758
    27552759        Parameters:
    2756             insitu:        if False a new scantable is returned.
    2757                            Otherwise, the scaling is done in-situ
     2760            insitu:        if True, baseline fitting/subtraction is done
     2761                           in-situ and fitting results is returned. If
     2762                           False, a dictionary containing new scantable
     2763                           (with baseline subtracted) and fitting results
     2764                           is returned.
    27582765                           The default is taken from .asaprc (False)
    27592766            blinfo:        baseline parameter set stored in a dictionary
     
    27772784                           parameters and fitting results recorded.
    27782785                           default is ''(no output).
    2779             overwrite:     if True, overwrites the existing baseline table
    2780                            specified in bltable.
     2786            overwrite:     if True when an existing baseline table is
     2787                           specified for bltable, overwrites it.
     2788                           Otherwise there is no harm.
    27812789                           default is False.
    27822790                           
Note: See TracChangeset for help on using the changeset viewer.