Changeset 1613
- Timestamp:
- 08/06/09 10:36:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/scantable.py
r1612 r1613 442 442 443 443 if rcParams['verbose']: 444 tmpfile='/tmp/tmp_casapy_asap_scantable_stats' 444 usr=os.environ['USER'] 445 tmpfile='/tmp/tmp_'+usr+'_casapy_asap_scantable_stats' 445 446 f=open(tmpfile,'w') 446 447 print >> f, "--------------------------------------------------"
Note:
See TracChangeset
for help on using the changeset viewer.