Ignore:
Timestamp:
04/07/06 10:03:22 (18 years ago)
Author:
mar637
Message:

added column_names()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1001 r1003  
    347347        """
    348348        return self.stats(stat='stddev',mask=mask);
     349
     350
     351    def column_names(self):
     352        """
     353        Return a  list of column names, which can be used for selection.
     354        """
     355        return list(Scantable.column_names(self))
    349356
    350357    def get_tsys(self):
Note: See TracChangeset for help on using the changeset viewer.