Changeset 1565


Ignore:
Timestamp:
05/06/09 16:00:43 (15 years ago)
Author:
Malte Marquarding
Message:

Fix for ticket #162: documentation of scantable.convert_pol didn't mention 'linpol' as a valid option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1554 r1565  
    12141214        """
    12151215        Convert the data to a different polarisation type.
     1216        Note that you will need cross-polarisation terms for most conversions.
    12161217        Parameters:
    12171218            poltype:    The new polarisation type. Valid types are:
    1218                         "linear", "stokes" and "circular"
     1219                        "linear", "circular", "stokes" and "linpol"
    12191220        """
    12201221        varlist = vars()
Note: See TracChangeset for help on using the changeset viewer.