casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::SimpleSubMS Class Reference

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.
More...

#include <SimpleSubMS.h>

Inheritance diagram for casa::SimpleSubMS:
casa::SubMS

List of all members.

Public Member Functions

 SimpleSubMS (MeasurementSet &ms)
 Constructor with an ms.
 ~SimpleSubMS ()
 Die...die.
virtual MeasurementSetmakeMemSubMS (const MS::PredefinedColumns &datacol, const String &diskname=String(""))
 In this form whichDataCol gets passed to parseColumnNames().

Detailed Description

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.

<visibility=export>

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

SimpleSubMS ...from the SUBset of an MS and Simple

Synopsis

The order of operations (as in ms::split()) is: ctor setmsselect selectTime makeScratchSubMS

Definition at line 66 of file SimpleSubMS.h.


Constructor & Destructor Documentation

Constructor with an ms.

Die...die.


Member Function Documentation

virtual MeasurementSet* casa::SimpleSubMS::makeMemSubMS ( const MS::PredefinedColumns datacol,
const String diskname = String("") 
) [virtual]

In this form whichDataCol gets passed to parseColumnNames().


The documentation for this class was generated from the following file: