Ignore:
Timestamp:
06/08/11 12:16:38 (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: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on frequency increment handling.
Sign of INCREMENT value is determined from CHAN_FREQ.



File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSWriter.cpp

    r2185 r2187  
    12841284
    12851285  // RESOLUTION, CHAN_WIDTH, EFFECTIVE_BW
    1286   Vector<Double> sharedDoubleArr( nchan, inc ) ;
     1286  Vector<Double> sharedDoubleArr( nchan, abs(inc) ) ;
    12871287  msSpwCols.resolution().put( spwid, sharedDoubleArr ) ;
    12881288  msSpwCols.chanWidth().put( spwid, sharedDoubleArr ) ;
Note: See TracChangeset for help on using the changeset viewer.