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

New Development: No

JIRA Issue: No

Ready for Test: Yes

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...

Modified help texts.
Added 'ms' to the possible suffix values for list_files().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r1918 r1920  
    159159    Calibrate GBT position switched data
    160160    Adopted from GBTIDL getps
    161     Currently calps identify the scans as position switched data if they
    162     contain '_ps' in the source name. The data must contains 'CAL' signal
    163     on/off in each integration. To identify 'CAL' on state, the word, 'calon'
    164     need to be present in the source name field.
     161    Currently calps identify the scans as position switched data if source
     162    type enum is pson or psoff. The data must contains 'CAL' signal
     163    on/off in each integration. To identify 'CAL' on state, the source type
     164    enum of poncal and poffcal need to be present in the source name field.
    165165    (GBT MS data reading process to scantable automatically append these
    166166    id names to the source names)
     
    176176        tcalval:       optional user specified Tcal (default is 0.0,
    177177                       use Tcal value in the data)
     178        verify:        Verify calibration if true
    178179    """
    179180    varlist = vars()
     
    409410        tauval:      optional user specified tau value (not implemented yet)
    410411        tcalval:     optional user specified Tcal value
     412        verify:       Verify calibration if true
    411413    """
    412414    varlist = vars()
     
    619621    Calibrate GBT frequency switched data.
    620622    Adopted from GBTIDL getfs.
    621     Currently calfs identify the scans as frequency switched data if they
    622     contain '_fs' in the source name. The data must contains 'CAL' signal
    623     on/off in each integration. To identify 'CAL' on state, the word, 'calon'
    624     need to be present in the source name field.
     623    Currently calfs identify the scans as frequency switched data if source
     624    type enum is fson and fsoff. The data must contains 'CAL' signal
     625    on/off in each integration. To identify 'CAL' on state, the source type
     626    enum of foncal and foffcal need to be present in the source name field.
    625627    (GBT MS data reading via scantable automatically append these
    626628    id names to the source names)
     
    634636                       use Tsys in the data)
    635637        tauval:        optional user specified Tau
     638        verify:        Verify calibration if true
    636639    """
    637640    varlist = vars()
Note: See TracChangeset for help on using the changeset viewer.