Changeset 925


Ignore:
Timestamp:
03/24/06 13:34:01 (18 years ago)
Author:
mar637
Message:

added getChannels member function.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r905 r925  
    138138  void setRestFrequencies(double rf, const std::string& unit)
    139139    { table_->setRestFrequencies(rf, unit); }
    140 
     140/*
    141141  void setRestFrequencies(const std::string& name) {
    142142    table_->setRestFrequencies(name);
    143143  }
     144*/
    144145
    145146  std::vector<double> getRestFrequencies() const
  • trunk/src/python_Scantable.cpp

    r905 r925  
    9696         (boost::python::arg("verbose")=true) )
    9797    .def("_getrestfreqs",  &ScantableWrapper::getRestFrequencies)
    98     //.def("_setrestfreqs",  &ScantableWrapper::setRestFrequencies)
     98    .def("_setrestfreqs",  &ScantableWrapper::setRestFrequencies)
    9999    .def("_setcoordinfo", &ScantableWrapper::setCoordInfo)
    100100    .def("_getcoordinfo", &ScantableWrapper::getCoordInfo)
Note: See TracChangeset for help on using the changeset viewer.