Changes between Initial Version and Version 1 of Ticket #94
- Timestamp:
- 12/12/06 09:48:05 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #94
- Property Cc added
- Property Priority normal → low
- Property Status new → assigned
-
Ticket #94 – Description
initial v1 2 2 3 3 ------------------------------ 4 {{{ 4 5 5 6 s = scantable('2006-11-29_1258-M179.rpf') … … 18 19 # 19 20 av=q.average_time(weight='tsys') 20 21 }}} 21 22 --------------------------------------- 22 23 23 24 ASAP will crash on the last line of this script (called fail.py), with the following: 24 25 {{{ 25 26 ASAP>execfile('fail.py') 26 27 Auto averaging integrations … … 29 30 30 31 /usr/bin/asap: line 54: 29374 Segmentation fault $ip -ipythondir "${HOME}/.asap" -p 'asap' $* 31 32 }}} 32 33 ------------------------------------ 33 34