Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2366 r2472  
    2626                  the time of the first spectrum in the first scantable
    2727                  as reference time.
     28        compel:   True forces to average overwrapped IFs.
    2829    Example:
    2930        # return a time averaged scan from scana and scanb
     
    163164    type enum is pson or psoff. The data must contains 'CAL' signal
    164165    on/off in each integration. To identify 'CAL' on state, the source type
    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)
     166    enum of poncal and poffcal need to be present.
    168167
    169168    Parameters:
     
    312311        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    313312        asaplog.post('WARN')
    314         #p=asaplotgui.asaplotgui()
    315313        p=new_asaplot()
    316314        #nr=min(6,len(ifnos)*len(polnos))
     
    532530        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    533531        asaplog.post('WARN')
    534         #p=asaplotgui.asaplotgui()
    535532        p=new_asaplot()
    536533        #nr=min(6,len(ifnos)*len(polnos))
     
    627624    type enum is fson and fsoff. The data must contains 'CAL' signal
    628625    on/off in each integration. To identify 'CAL' on state, the source type
    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)
     626    enum of foncal and foffcal need to be present.
    632627
    633628    Parameters:
     
    745740        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    746741        asaplog.post('WARN')
    747         #p=asaplotgui.asaplotgui()
    748742        p=new_asaplot()
    749743        #nr=min(6,len(ifnos)*len(polnos))
Note: See TracChangeset for help on using the changeset viewer.