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