Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2472 r2366  
    2626                  the time of the first spectrum in the first scantable
    2727                  as reference time.
    28         compel:   True forces to average overwrapped IFs.
    2928    Example:
    3029        # return a time averaged scan from scana and scanb
     
    164163    type enum is pson or psoff. The data must contains 'CAL' signal
    165164    on/off in each integration. To identify 'CAL' on state, the source type
    166     enum of poncal and poffcal need to be present.
     165    enum of poncal and poffcal need to be present in the source name field.
     166    (GBT MS data reading process to scantable automatically append these
     167    id names to the source names)
    167168
    168169    Parameters:
     
    311312        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    312313        asaplog.post('WARN')
     314        #p=asaplotgui.asaplotgui()
    313315        p=new_asaplot()
    314316        #nr=min(6,len(ifnos)*len(polnos))
     
    530532        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    531533        asaplog.post('WARN')
     534        #p=asaplotgui.asaplotgui()
    532535        p=new_asaplot()
    533536        #nr=min(6,len(ifnos)*len(polnos))
     
    624627    type enum is fson and fsoff. The data must contains 'CAL' signal
    625628    on/off in each integration. To identify 'CAL' on state, the source type
    626     enum of foncal and foffcal need to be present.
     629    enum of foncal and foffcal need to be present in the source name field.
     630    (GBT MS data reading via scantable automatically append these
     631    id names to the source names)
    627632
    628633    Parameters:
     
    740745        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    741746        asaplog.post('WARN')
     747        #p=asaplotgui.asaplotgui()
    742748        p=new_asaplot()
    743749        #nr=min(6,len(ifnos)*len(polnos))
Note: See TracChangeset for help on using the changeset viewer.