Ignore:
Timestamp:
04/06/11 18:21:14 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed:

Test Programs: sdlist unit tests

Put in Release Notes: No

Module(s): scantable

Description:

Put header summarizing part of code Scantable::summary to a new function Scantable::headerSummary.
The function is accessible from python level using scantable._list_header()


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2047 r2111  
    119119    .def("_summary",  &ScantableWrapper::summary,
    120120         (boost::python::arg("verbose")=true) )
     121    .def("_list_header",  &ScantableWrapper::listHeader,
     122         (boost::python::arg("verbose")=true) )
    121123    //.def("_getrestfreqs",  &ScantableWrapper::getRestFrequencies)
    122124    .def("_getrestfreqs",  &ScantableWrapper::getRestFrequency)
Note: See TracChangeset for help on using the changeset viewer.