casa  $Rev:20696$
Public Member Functions | Private Attributes | Static Private Attributes
casa::MSPlotConvertAveChanToChan Class Reference

#include <MsPlotConvert.h>

Inheritance diagram for casa::MSPlotConvertAveChanToChan:
casa::TPConvertBase

List of all members.

Public Member Functions

 MSPlotConvertAveChanToChan (MeasurementSet &inMS, Matrix< Int > &chanFreq, Bool onXAxis)
 ~MSPlotConvertAveChanToChan ()
Double Xconvert_col (Double x, Int IfLOG0(row), Int IfLOG0(tableId))
 Conversion along the Xaxis.
Double Yconvert_col (Double y, Int IfLOG0(row), Int IfLOG0(tableId))
 Conversion along the Yaxis.

Private Attributes

MeasurementSet itsMS
 not used.
Vector< IntitsChanMap
Bool convertOnX
 Indicate if we are averaging on the X or Y axis.
SLoglog

Static Private Attributes

static const String clname

Detailed Description

Definition at line 1812 of file MsPlotConvert.h.


Constructor & Destructor Documentation

casa::MSPlotConvertAveChanToChan::MSPlotConvertAveChanToChan ( MeasurementSet inMS,
Matrix< Int > &  chanFreq,
Bool  onXAxis 
) [inline]

cout << "chanFreq=" << chanFreq << endl; cout << "nChan=" << nChan << endl;

cout << "itsChanMap.shape()[0]=" << itsChanMap.shape()[0] << endl;

cout << "itsChanMap=" << itsChanMap << endl;

Definition at line 1815 of file MsPlotConvert.h.

References convertOnX, itsChanMap, itsMS, log, casa::Matrix< T >::nrow(), casa::Vector< T >::resize(), and casa::SLog::slog().

casa::MSPlotConvertAveChanToChan::~MSPlotConvertAveChanToChan ( ) [inline]

String fnname = "~MSPlotConvertAveChanToChan";

Definition at line 1837 of file MsPlotConvert.h.


Member Function Documentation

Double casa::MSPlotConvertAveChanToChan::Xconvert_col ( Double  x,
Int   IfLOG0row,
Int   IfLOG0tableId 
) [inline]
Double casa::MSPlotConvertAveChanToChan::Yconvert_col ( Double  y,
Int   IfLOG0row,
Int   IfLOG0tableId 
) [inline]

Member Data Documentation

Definition at line 1901 of file MsPlotConvert.h.

Referenced by Xconvert_col(), and Yconvert_col().

Indicate if we are averaging on the X or Y axis.

Definition at line 1898 of file MsPlotConvert.h.

Referenced by MSPlotConvertAveChanToChan(), Xconvert_col(), and Yconvert_col().

Definition at line 1895 of file MsPlotConvert.h.

Referenced by MSPlotConvertAveChanToChan(), Xconvert_col(), and Yconvert_col().

not used.

the frequency calculation is done in the averager.

Definition at line 1888 of file MsPlotConvert.h.

Referenced by MSPlotConvertAveChanToChan().

Definition at line 1900 of file MsPlotConvert.h.

Referenced by MSPlotConvertAveChanToChan(), Xconvert_col(), and Yconvert_col().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines