|
static void | reorderData (Array< T > &data, const Vector< Int > &ifrSlot, Int nIfr, const Vector< Int > &timeSlot, Int nTime, const T &defvalue) |
| reorder data from 3d (corr,chan,row) to 4d (corr,chan,ifr,time) More...
|
|
static void | reorderData (Array< T > &data, const Matrix< Int64 > &rowIndex, Int64 nRow) |
| reorder data from 4d (corr,chan,ifr,time) to 3d (corr,chan,row) More...
|
|
static void | timeAverage (Array< Bool > &dataFlag, Array< T > &data, const Array< Bool > &flag, const Array< Float > &weight) |
| average data (with flags & weights applied) over it's last axis (time or row), return in data (overwritten), dataFlag gives new flags. More...
|
|
template<class T>
class casacore::MSSelUtil2< T >
Definition at line 37 of file MSSelUtil2.h.