Ignore:
Timestamp:
12/18/08 11:07:16 (15 years ago)
Author:
TakTsutsumi
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs: sdplot(plottype='azel')

Put in Release Notes: No

Description: Fixed a bug in scantable.get_time().

Updated sd.plotter for azel plotting
with current get_time option.


File:
1 edited

Legend:

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

    r1446 r1457  
    758758        self._data = scan
    759759        self._outfile = outfile
    760         dates = self._data.get_time()
     760        dates = self._data.get_time(asdatetime=True)
    761761        t = PL.date2num(dates)
    762762        tz = timezone('UTC')
Note: See TracChangeset for help on using the changeset viewer.