Changeset 2955 for trunk/src/STCalTsys.h


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

    r2923 r2955  
    4949                          casa::uInt beamno, casa::uInt ifno, casa::uInt polno,
    5050                          casa::uInt freqid, casa::Double time, casa::Float elevation,
    51                           casa::Vector<casa::Float> any_data);
     51                          const casa::Vector<casa::Float> &any_data,
     52                          const casa::Vector<casa::uChar> &channel_flag);
    5253
    5354  vector<int> iflist_;
Note: See TracChangeset for help on using the changeset viewer.