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/python_CalibrationManager.cpp

    r2757 r2762  
    2121    .def("set_data", &CalibrationManager::setScantable)
    2222    .def("set_data", &CalibrationManager::setScantableByName)
     23    .def("add_applytable", &CalibrationManager::addApplyTable)
    2324    .def("add_skytable", &CalibrationManager::addSkyTable)
    2425    .def("add_tsystable", &CalibrationManager::addTsysTable)
Note: See TracChangeset for help on using the changeset viewer.