Ignore:
Timestamp:
09/08/11 20:03:01 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-3219/ASAP-247)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: sdlist unit test (reference data to be updated)

Put in Release Notes: Yes

Module(s): scantable.summary, sdlist

Description:

Output format of scantable summary changed.
Less use of TableIterator? for speed up scantable.summary/sdlist now lists a scantable
with 348,000 records (NRO 45m w/ 25beams x 13,920scans) in ~30sec (was ~7 min previously).


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2286 r2290  
    462462            filename = ""
    463463        Scantable._summary(self, filename)
     464#         info = Scantable._summary(self, filename)
    464465#         return page(info)
    465466
Note: See TracChangeset for help on using the changeset viewer.