Ignore:
Timestamp:
03/02/11 13:00:54 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2718

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 related to ALMA data.

  1. bug fix when NUM_LINES is 0 in SOURCE subtable
  2. support variable number of polarization data (e.g. including WVR data)
  3. bug fix on WEATHER_ID numbering in MSFiller


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSWriter.cpp

    r2020 r2021  
    406406              // always 1 at the moment
    407407              Vector<Float> wArr( nrow, 1.0 ) ;
    408               *weightRF = wArr ;
    409               *sigmaRF = wArr ;
     408//               *weightRF = wArr ;
     409//               *sigmaRF = wArr ;
     410              weightRF.define( wArr ) ;
     411              sigmaRF.define( wArr ) ;
    410412             
    411413              // add DATA_DESCRIPTION row
Note: See TracChangeset for help on using the changeset viewer.