Ignore:
Timestamp:
04/03/06 15:07:08 (18 years ago)
Author:
mar637
Message:

Completed Ticket #7 - storing of fits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r925 r972  
    103103    .def("_getselection", &ScantableWrapper::getSelection)
    104104    .def("_setselection", &ScantableWrapper::setSelection)
    105     /*
    106105    .def("_addfit", &ScantableWrapper::addFit)
    107     .def("_getfit", &ScantableWrapper::getSDFitTable)
    108     */
     106    .def("_getfit", &ScantableWrapper::getFit)
    109107    .def("_recalcazel", &ScantableWrapper::calculateAZEL)
    110108  ;
Note: See TracChangeset for help on using the changeset viewer.