Changeset 2809
- Timestamp:
- 04/11/13 17:07:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2791 r2809 2705 2705 2706 2706 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. 2709 2712 The default is taken from .asaprc (False) 2710 2713 inbltable: name of input baseline table. The row number of … … 2714 2717 parameters and fitting results recorded. 2715 2718 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. 2718 2722 default is False. 2719 2723 """ … … 2754 2758 2755 2759 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. 2758 2765 The default is taken from .asaprc (False) 2759 2766 blinfo: baseline parameter set stored in a dictionary … … 2777 2784 parameters and fitting results recorded. 2778 2785 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. 2781 2789 default is False. 2782 2790
Note:
See TracChangeset
for help on using the changeset viewer.