casa
$Rev:20696$
|
SimpleSubMS provide a simpler subset of SubMS. The purpose of this class to avoid unnecessary IO for some simplistic selection and subMSsing No averaging no fanciness...simple time and channel subsets.
#include <SimpleSubMS.h>
Public Member Functions | |
SimpleSubMS (MeasurementSet &ms) | |
Constructor with an ms. | |
~SimpleSubMS () | |
Die...die. | |
virtual MeasurementSet * | makeMemSubMS (const MS::PredefinedColumns &datacol, const String &diskname=String("")) |
In this form whichDataCol gets passed to parseColumnNames(). |
SimpleSubMS provide a simpler subset of SubMS. The purpose of this class to avoid unnecessary IO for some simplistic selection and subMSsing No averaging no fanciness...simple time and channel subsets.
SimpleSubMS ...from the SUBset of an MS and Simple
The order of operations (as in ms::split()) is: ctor setmsselect selectTime makeScratchSubMS
Definition at line 66 of file SimpleSubMS.h.
Constructor with an ms.
Die...die.
virtual MeasurementSet* casa::SimpleSubMS::makeMemSubMS | ( | const MS::PredefinedColumns & | datacol, |
const String & | diskname = String("") |
||
) | [virtual] |
In this form whichDataCol gets passed to parseColumnNames().