Changeset 1841


Ignore:
Timestamp:
08/03/10 18:54:13 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes/No?

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: unit test for sdsave task (will be ready soon)

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on STFiller for NRO data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r1837 r1841  
    798798      RecordFieldPtr<Float> tauCol(rec, "OPACITY") ;
    799799      *tauCol = opacity ;
    800       RecordFieldPtr<uInt> mcalidCol(rec, "TCAL_ID") ;
    801       *mcalidCol = tcalid ;
     800      id = table_->tcal().addEntry("",Vector<Float>(1,0.0));
     801      RecordFieldPtr<uInt> mcalidCol(rec, "TCAL_ID");
     802      *mcalidCol = id;
     803      //RecordFieldPtr<uInt> mcalidCol(rec, "TCAL_ID") ;
     804      //*mcalidCol = tcalid ;
    802805      RecordFieldPtr<Int> fitCol(rec, "FIT_ID") ;
    803806      *fitCol = fitid ;
Note: See TracChangeset for help on using the changeset viewer.