Ignore:
Timestamp:
08/05/10 11:46:40 (14 years ago)
Author:
Malte Marquarding
Message:

Adde more API documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1824 r1858  
    1414    By default the plotter is set up to plot polarisations
    1515    'colour stacked' and scantables across panels.
    16     Note:
     16
     17    .. note::
     18
    1719        Currenly it only plots 'spectra' not Tsys or
    1820        other variables.
     21
    1922    """
    2023    def __init__(self, visible=None , **kwargs):
     
    113116        self._plotter.tidy()
    114117        self._plotter.show(hardrefresh=False)
    115         print_log()
    116118        return
    117119
     
    352354
    353355    def set_panelling(self, what=None):
     356        """Set the 'panelling' mode i.e. which type of spectra should be
     357        spread across different panels.
     358        """
     359
    354360        mode = what
    355361        if mode is None:
     
    382388
    383389    def set_stacking(self, what=None):
     390        """Set the 'stacking' mode i.e. which type of spectra should be
     391        overlayed.
     392        """
    384393        mode = what
    385394        if mode is None:
Note: See TracChangeset for help on using the changeset viewer.