Changeset 1666 for branches/alma


Ignore:
Timestamp:
12/03/09 16:36:08 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs: run asap.scantable.stats() with proper parameters

Put in Release Notes: No

Module(s): sdstat() and stat button on sdplot()

Description: tweaked formats of statistics output.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/scantable.py

    r1655 r1666  
    475475            f.close()
    476476            for xx in x:
    477                 asaplog.push( xx )
     477                asaplog.push( xx, False )
    478478            print_log()
    479479        #else:
Note: See TracChangeset for help on using the changeset viewer.