- Timestamp:
- 11/06/06 14:14:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.1b/python/__init__.py
r1283 r1286 300 300 'data/Sgr_86p262_best_SPC.sdfits'] 301 301 """ 302 import os303 302 if not os.path.isdir(path): 304 303 return None … … 366 365 def version(): print "ASAP %s(%s)"% (__version__, __date__) 367 366 def list_scans(t = scantable): 368 import sys,types367 import types 369 368 globs = sys.modules['__main__'].__dict__.iteritems() 370 369 print "The user created scantables are:"
Note:
See TracChangeset
for help on using the changeset viewer.