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/ScantableWrapper.h

    r2094 r2111  
    218218  }
    219219
     220  std::string listHeader(bool verbose=false) const {
     221    return table_->headerSummary(verbose);
     222  }
     223
    220224  std::vector<std::string> getHistory()const
    221225    { return table_->getHistory(); }
Note: See TracChangeset for help on using the changeset viewer.