Changeset 1949


Ignore:
Timestamp:
11/10/10 16:35:40 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a bug fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asapplotter and sdplot

Description:

Fixed a bug that empty panel is created for data with short integration time (<1s).
modified asapplotter._plot to get time stamp calling scantable.get_time instead
of scantable._gettime.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1945 r1949  
    832832        scan.set_selection(sel)
    833833        d = {'b': scan.getbeam, 's': scan.getscan,
    834              'i': scan.getif, 'p': scan.getpol, 't': scan._gettime,
     834             #'i': scan.getif, 'p': scan.getpol, 't': scan._gettime,
     835             'i': scan.getif, 'p': scan.getpol, 't': scan.get_time,
    835836             'r': int, '_r': int}
    836837
Note: See TracChangeset for help on using the changeset viewer.