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/STCalibration.h

    r2915 r2955  
    5353                          casa::uInt beamno, casa::uInt ifno, casa::uInt polno,
    5454                          casa::uInt freqid, casa::Double time, casa::Float elevation,
    55                           casa::Vector<casa::Float> any_data) = 0;
     55                          const casa::Vector<casa::Float> &any_data,
     56                          const casa::Vector<casa::uChar> &channel_flag) = 0;
    5657
    5758  STSelector sel_;
Note: See TracChangeset for help on using the changeset viewer.