Changes in trunk/python/asapmath.py [2472:2366]
- File:
-
- 1 edited
-
trunk/python/asapmath.py (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r2472 r2366 26 26 the time of the first spectrum in the first scantable 27 27 as reference time. 28 compel: True forces to average overwrapped IFs.29 28 Example: 30 29 # return a time averaged scan from scana and scanb … … 164 163 type enum is pson or psoff. The data must contains 'CAL' signal 165 164 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) 167 168 168 169 Parameters: … … 311 312 asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.') 312 313 asaplog.post('WARN') 314 #p=asaplotgui.asaplotgui() 313 315 p=new_asaplot() 314 316 #nr=min(6,len(ifnos)*len(polnos)) … … 530 532 asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.') 531 533 asaplog.post('WARN') 534 #p=asaplotgui.asaplotgui() 532 535 p=new_asaplot() 533 536 #nr=min(6,len(ifnos)*len(polnos)) … … 624 627 type enum is fson and fsoff. The data must contains 'CAL' signal 625 628 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) 627 632 628 633 Parameters: … … 740 745 asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.') 741 746 asaplog.post('WARN') 747 #p=asaplotgui.asaplotgui() 742 748 p=new_asaplot() 743 749 #nr=min(6,len(ifnos)*len(polnos))
Note:
See TracChangeset
for help on using the changeset viewer.
