- Timestamp:
- 12/07/05 16:03:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release12/python/scantable.py
r778 r784 1291 1291 refs = self.get_scan("*[_ewR]") 1292 1292 if isinstance(srcs,scantable) and isinstance(refs,scantable): 1293 from asap import asaplog 1293 1294 ns,nr = srcs.nrow(),refs.nrow() 1295 msg = "Found %i Off and %i On scans" % (ns,nr) 1296 asaplog.push(msg) 1294 1297 if nr > ns: 1298 asaplog("Found more Off integrations than On scans - dropping excess Offs.") 1295 1299 refs = refs.get_scan(range(ns)) 1296 1300 print_log()
Note:
See TracChangeset
for help on using the changeset viewer.