Ignore:
Timestamp:
08/28/06 12:28:27 (18 years ago)
Author:
mar637
Message:

Fix for ticket #61 - changing of default polarisation. Done ticket #62 as far as possible. Tid data gets automatically set as 'circular'\nAlso add circular pol class which was missing so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1111 r1189  
    7373    .def("set_fluxunit", &ScantableWrapper::setFluxUnit)
    7474    .def("_setInstrument", &ScantableWrapper::setInstrument)
     75    .def("_setfeedtype", &ScantableWrapper::setFeedType)
    7576    .def("_getspectrum", &ScantableWrapper::getSpectrum,
    7677         (arg("whichrow")=0, arg("poltype")=std::string("")) )
Note: See TracChangeset for help on using the changeset viewer.