Ignore:
Timestamp:
07/02/13 10:38:18 (11 years ago)
Author:
Malte Marquarding
Message:

Issue #291: added scantable.set_sourcename to overwrite sourcename to allow freq_align to work. Exposed 'SOURCE' averaging to python api. Added some logging to freq_align refering to the sources it aligns to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2791 r2818  
    137137    .def("_recalcazel", &ScantableWrapper::calculateAZEL)
    138138    .def("_setsourcetype", &ScantableWrapper::setSourceType)
     139    .def("_setsourcename", &ScantableWrapper::setSourceName)
    139140    .def("_getdirectionvec", &ScantableWrapper::getDirectionVector)
    140141    .def("_parallactify", &ScantableWrapper::parallactify)
Note: See TracChangeset for help on using the changeset viewer.