Ignore:
Timestamp:
01/31/13 20:04:58 (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:

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

First version of Calibrator class for OTF scan without OFF.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_CalibrationManager.cpp

    r2750 r2757  
    3030         (boost::python::arg("interp"),
    3131          boost::python::arg("order")=-1))
     32    .def("set_calibration_options", &CalibrationManager::setCalibrationOptions)
    3233    .def("reset", &CalibrationManager::reset)
    3334    .def("set_tsys_spw", &CalibrationManager::setTsysSpw)
Note: See TracChangeset for help on using the changeset viewer.