Changeset 2139


Ignore:
Timestamp:
04/15/11 19:09:54 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: no

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: sdscale unit test

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on array operation on scantable.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2102 r2139  
    10401040                stm._unaryop( s, value[irow][0], mode, tsys )
    10411041            else:
    1042                 stm._arrayop( s, value[irow], mode, tsys, 'channel' )
     1042                #stm._arrayop( s, value[irow], mode, tsys, 'channel' )
     1043                stm._arrayop( s, value[irow], mode, tsys )
    10431044            s.set_selection()
    10441045            sel.reset()
Note: See TracChangeset for help on using the changeset viewer.