Ignore:
Timestamp:
01/29/13 19:21:55 (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: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Various fixes to avoid segmentation fault, and a few updates on
python interface.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_CalibrationManager.cpp

    r2742 r2750  
    3434    .def("set_tsys_transfer", &CalibrationManager::setTsysTransfer)
    3535    .def("calibrate", &CalibrationManager::calibrate)
    36     .def("apply", &CalibrationManager::apply)
     36    .def("apply", &CalibrationManager::apply,
     37         (boost::python::arg("insitu")=false,
     38          boost::python::arg("filltsys")=true))
    3739    .def("save_caltable", &CalibrationManager::saveCaltable)
    3840    .def("split", &CalibrationManager::split)
Note: See TracChangeset for help on using the changeset viewer.