Ignore:
Timestamp:
04/07/14 16:10:14 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-6382

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: test_tsdcal2

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Define new method, setTsysSpwWithRange, to support channel averaging of Tsys.
Implementation is not completed so that it only supports similar
behavior with previous one (which is using setTsysSpw).


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_CalibrationManager.cpp

    r2762 r2922  
    3434    .def("reset", &CalibrationManager::reset)
    3535    .def("set_tsys_spw", &CalibrationManager::setTsysSpw)
     36    .def("set_tsys_spw_withrange", &CalibrationManager::setTsysSpwWithRange,
     37         (boost::python::arg("spwlist"),
     38          boost::python::arg("average")=false))
    3639    .def("set_tsys_transfer", &CalibrationManager::setTsysTransfer)
    3740    .def("calibrate", &CalibrationManager::calibrate)
Note: See TracChangeset for help on using the changeset viewer.