Ignore:
Timestamp:
09/15/10 18:22:10 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: No

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed typo in help text.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1923 r1927  
    127127    def create_mask(self, nwin=1, panel=0, color=None):
    128128        """
    129         Interactively define a mask.It retruns a mask that is equivalent to
     129        Interactively define a mask. It retruns a mask that is equivalent to
    130130        the one created manually with scantable.create_mask.
    131131        Parameters:
     
    660660            deltachan:    the number of channels to include each side of the
    661661                          line to determine a local maximum/minimum
    662             rotate:       the rotation (in degrees) )for the text label (default 90.0)
     662            rotate:       the rotation (in degrees) for the text label (default 90.0)
    663663            location:     the location of the line annotation from the 'top',
    664664                          'bottom' or alternate (None - the default)
     
    730730    def save(self, filename=None, orientation=None, dpi=None):
    731731        """
    732         Save the plot to a file. The know formats are 'png', 'ps', 'eps'.
     732        Save the plot to a file. The known formats are 'png', 'ps', 'eps'.
    733733        Parameters:
    734734             filename:    The name of the output file. This is optional
     
    13211321            plot:      whether or not print header info on the plot.
    13221322            fontsize:  header font size (valid only plot=True)
    1323             autoscale: whether or not autoscale the plot (valid only plot=True)
    13241323            logger:    whether or not print header info on the logger.
    13251324            selstr:    additional selection string (not verified)
Note: See TracChangeset for help on using the changeset viewer.