Changeset 481


Ignore:
Timestamp:
02/18/05 17:14:15 (19 years ago)
Author:
kil064
Message:

docuiment change in gain/el and opaicty corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r479 r481  
    166166    If you specify neither, then a polynomial correction will be made
    167167    with built in coefficients known for certain telescopes (an error will
    168     occur if the instrument is not known).   The data are *multiplied*
     168    occur if the instrument is not known).   The data and Tsys are *divided*
    169169    by the scaling factors.
    170170    Parameters:
     
    242242def opacity(scan, tau, insitu=None, allaxes=None):
    243243    """
    244     Return a scan after applying an opacity correction.
     244    Return a scan after applying an opacity correction. The data
     245    and Tsys are multiplied by the correction factor.
    245246    Parameters:
    246247        scan:        a scantable
Note: See TracChangeset for help on using the changeset viewer.