casacore / casarest

The remainder of the AIPS++ libraries that did not end up on casacore
GNU General Public License v3.0
4 stars 12 forks source link

Remove support for CHANNEL_SELECTION keyword #32

Closed cquike closed 4 years ago

cquike commented 4 years ago

As per casacore PR #990 (https://github.com/casacore/casacore/pull/990) the support for obsolete CHANNEL_SELECTION keyword is removed and method MSIter::startChan() removed (it would otherwise always return 0). This commit will eliminate any call to startChan() and remove adding the unused CHANNEL_SELECTION keyword. This is similar to the work done in CASA itself (ticket CAS-12864).