Ignore:
Timestamp:
02/06/13 19:45:36 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: test_sdcal2

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Added new method CalibrationManger::addApplyTable and its python interface.
The method understands what kind of apply table is given, and call
appropriate addXXX method.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CalibrationManager.h

    r2757 r2762  
    4343  void setScantable(ScantableWrapper &s);
    4444  void setScantableByName(const std::string &s);
     45  void addApplyTable(const std::string &c);
    4546  void addSkyTable(const std::string &c);
    4647  void addTsysTable(const std::string &c);
Note: See TracChangeset for help on using the changeset viewer.