Ignore:
Timestamp:
04/28/10 21:44:09 (14 years ago)
Author:
Malte Marquarding
Message:

Ticket #183: added get_weather to scantable. It returns a dicr or list of dicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1598 r1730  
    126126    .def("_parallactify", &ScantableWrapper::parallactify)
    127127    .def("get_coordinate", &ScantableWrapper::getCoordinate)
     128    .def("_get_weather", &ScantableWrapper::getWeather)
    128129  ;
    129130};
Note: See TracChangeset for help on using the changeset viewer.