Ignore:
Timestamp:
08/04/06 12:06:38 (18 years ago)
Author:
mar637
Message:

add getNumbers utility function, which is now called by all function which retrieve numbers from the Scantable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1077 r1111  
    5050    .def("_assign", &ScantableWrapper::assign)
    5151    .def("getif", &ScantableWrapper::getIF)
     52    .def("getifnos", &ScantableWrapper::getIFNos)
    5253    .def("getbeam", &ScantableWrapper::getBeam)
     54    .def("getbeamnos", &ScantableWrapper::getBeamNos)
    5355    .def("getpol", &ScantableWrapper::getPol)
     56    .def("getpolnos", &ScantableWrapper::getPolNos)
    5457    .def("getscan", &ScantableWrapper::getScan)
     58    .def("getscannos", &ScantableWrapper::getScanNos)
    5559    .def("getcycle", &ScantableWrapper::getCycle)
    5660    .def("nif", &ScantableWrapper::nif,
Note: See TracChangeset for help on using the changeset viewer.