Changeset 2831 for trunk/src/Scantable.h


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/Scantable.h

    r2820 r2831  
    521521  void regridSpecChannel( double dnu, int nchan=-1 ) ;
    522522
    523   bool getFlagtraFast(casa::uInt whichrow);
     523  bool isAllChannelsFlagged(casa::uInt whichrow);
    524524
    525525  std::vector<std::string> applyBaselineTable(const std::string& bltable,
Note: See TracChangeset for help on using the changeset viewer.