Ignore:
Timestamp:
07/31/13 19:18:39 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: Renamed function names which previously didn't properly express the nature of functions.

Test Programs:

Put in Release Notes: No

Module(s):

Description:

Renamed function names after the discussion with Wataru.
New names:

  • python_Scantable::_is_all_chan_flagged (was: _getflagtrafast)
  • ScantableWrapper::isAllChannelsFlagged (was: getFlagtraFast)
  • Scantable::isAllChannelsFlagged (was: getFlagtraFast)

Also, isAllChannelsFlagged checks FLAGROW value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2820 r2831  
    162162    .def("format_blparams_row", &ScantableWrapper::formatBaselineParams)
    163163    .def("format_piecewise_blparams_row", &ScantableWrapper::formatPiecewiseBaselineParams)
    164     .def("_getflagtrafast", &ScantableWrapper::getFlagtraFast,
     164    .def("_is_all_chan_flagged", &ScantableWrapper::isAllChannelsFlagged,
    165165         (boost::python::arg("whichrow")=0) )
    166166    .def("_fft", &ScantableWrapper::execFFT)
Note: See TracChangeset for help on using the changeset viewer.