Changeset 435


Ignore:
Timestamp:
02/14/05 19:44:13 (19 years ago)
Author:
kil064
Message:

clarify default for allaxes arg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r424 r435  
    8686        allaxes:     if True apply to all spectra. Otherwise
    8787                     apply only to the selected (beam/pol/if)spectra only.
    88                      The default is taken from .asaprc (True)
     88                     The default is taken from .asaprc (True if none)
    8989        tsys:        if True (default) then apply the operation to Tsys
    9090                     as well as the data
     
    112112        allaxes:     if True apply to all spectra. Otherwise
    113113                     apply only to the selected (beam/pol/if)spectra only
    114                      The default is taken from .asaprc (True)
     114                     The default is taken from .asaprc (True if none)
    115115    """
    116116    if allaxes is None: allaxes = rcParams['scantable.allaxes']
     
    142142        allaxes:         if True apply to all spectra. Otherwise
    143143                     apply only to the selected (beam/pol/if)spectra only
    144                      The default is taken from .asaprc (True)
     144                     The default is taken from .asaprc (True if none)
    145145    """
    146146    if allaxes is None: allaxes = rcParams['scantable.allaxes']
     
    196196        allaxes:         if True apply to all spectra. Otherwise
    197197                     apply only to the selected (beam/pol/if) spectra only
    198                      The default is taken from .asaprc (True)
     198                     The default is taken from .asaprc (True if none)
    199199    """
    200200    if allaxes is None: allaxes = rcParams['scantable.allaxes']
     
    251251        allaxes:     if True apply to all spectra. Otherwise
    252252                     apply only to the selected (beam/pol/if)spectra only
    253                      The default is taken from .asaprc (True)
     253                     The default is taken from .asaprc (True if none)
    254254    """
    255255    if allaxes is None: allaxes = rcParams['scantable.allaxes']
     
    344344        allaxes:    If True (default) apply to all spectra. Otherwise
    345345                    apply only to the selected (beam/pol/if)spectra only
    346                     The default is taken from .asaprc (True)
     346                    The default is taken from .asaprc (True if none)
    347347    Example:
    348348         none
Note: See TracChangeset for help on using the changeset viewer.