Changeset 271


Ignore:
Timestamp:
01/23/05 20:27:12 (19 years ago)
Author:
kil064
Message:

document function 'align' more fully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r269 r271  
    199199def align(scan, insitu=None):
    200200    """
     201        Return a scan where all rows have been aligned in velocity. The
     202        velocity reference frame (e.gh. LSRK), unit and doppler (e.g. OPTICAL)
     203        are those set by functions  set_unit and set_freqframe.  The data
     204        are aligned to the velocity abcissa at the first time present in the data.
    201205        scan:        a scantable
    202206        insitu:      if False a new scantable is returned.
Note: See TracChangeset for help on using the changeset viewer.