Changeset 1617


Ignore:
Timestamp:
08/14/09 13:29:32 (15 years ago)
Author:
Malte Marquarding
Message:

added help for parallactify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1600 r1617  
    11961196
    11971197    def parallactify(self, pflag):
     1198        """
     1199        Set a flag to inidcate whether this data should be treated as having
     1200        been 'parallactified' (total phase == 0.0)
     1201        Parameters:
     1202            pflag:  Bool inidcating whether to turn this on (True) or
     1203                    off (False)
     1204        """
    11981205        varlist = vars()
    11991206        self._parallactify(pflag)
     
    12521259
    12531260    @print_log_dec
    1254     def poly_baseline(self, mask=None, order=0, plot=False, uselin=False, insitu=None):
     1261    def poly_baseline(self, mask=None, order=0, plot=False, uselin=False,
     1262                      insitu=None):
    12551263        """
    12561264        Return a scan which has been baselined (all rows) by a polynomial.
Note: See TracChangeset for help on using the changeset viewer.