- Timestamp:
- 04/18/12 17:34:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r2451 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: … … 625 624 type enum is fson and fsoff. The data must contains 'CAL' signal 626 625 on/off in each integration. To identify 'CAL' on state, the source type 627 enum of foncal and foffcal need to be present in the source name field. 628 (GBT MS data reading via scantable automatically append these 629 id names to the source names) 626 enum of foncal and foffcal need to be present. 630 627 631 628 Parameters:
Note:
See TracChangeset
for help on using the changeset viewer.