- Timestamp:
- 08/25/09 11:58:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/scantable.py
r1615 r1625 454 454 if rcParams['verbose']: 455 455 import os 456 usr=os.environ['USER'] 456 if os.environ.has_key( 'USER' ): 457 usr=os.environ['USER'] 458 else: 459 import commands 460 usr=commands.getoutput( 'whoami' ) 457 461 tmpfile='/tmp/tmp_'+usr+'_casapy_asap_scantable_stats' 458 462 f=open(tmpfile,'w')
Note:
See TracChangeset
for help on using the changeset viewer.