Ignore:
Timestamp:
06/25/14 15:28:36 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-6585, CAS-6571

Ready for Test: Yes

Interface Changes: Yes/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...

Added FLAGTRA column to sky and Tsys caltable.
To support previous versions of caltabls that don't have FLAGTRA
column, the code automatically add FLAGTRA column and initialize
it with initial value (uChar)0 if no FLAGTRA exists.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STCalSkyPSAlma.cpp

    r2915 r2955  
    5353                                uInt beamno, uInt ifno, uInt polno,
    5454                                uInt freqid, Double time, Float elevation,
    55                                 Vector<Float> any_data)
     55                                const Vector<Float> &any_data,
     56                                const Vector<uChar> &channel_flag)
    5657{
    5758  STCalSkyTable *p = dynamic_cast<STCalSkyTable *>(&(*applytable_));
    5859  p->appenddata(scanno, cycleno, beamno, ifno, polno,
    59                 freqid, time, elevation, any_data);
     60                freqid, time, elevation, any_data, channel_flag);
    6061}
    6162
Note: See TracChangeset for help on using the changeset viewer.