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

#include <PlotCalHooks.h>

Inheritance diagram for casa::PlotCalFreqAxes:
casa::TPConvertChanToFreq casa::TPConvertBase

List of all members.

Public Member Functions

 PlotCalFreqAxes (const Vector< Int > &cdlist, const Vector< Double > &startFreq, const Vector< Double > &stepFreq)
 ~PlotCalFreqAxes ()
Double Xconvert_col (Double x, Int row, Int tblNum)
 This plots the column numbers of the data array found in the DATA column of.

Public Attributes

Double offset
Double interval

Private Attributes

Vector< IntcdList
Vector< DoubleoffsetV
Vector< DoubleintervalV

Detailed Description

Definition at line 204 of file PlotCalHooks.h.


Constructor & Destructor Documentation

casa::PlotCalFreqAxes::PlotCalFreqAxes ( const Vector< Int > &  cdlist,
const Vector< Double > &  startFreq,
const Vector< Double > &  stepFreq 
) [inline]

cout << cdList << " " << offsetV << " " << intervalV << endl;

Definition at line 207 of file PlotCalHooks.h.

References cdList, intervalV, and offsetV.

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

Definition at line 216 of file PlotCalHooks.h.


Member Function Documentation

Double casa::PlotCalFreqAxes::Xconvert_col ( Double  x,
Int  ,
Int   
) [inline, virtual]

This plots the column numbers of the data array found in the DATA column of.

'x' is the column index. Note that we don't need to convert the row values (polarizations) Setting ColumnsXaxis to False forces only the column values to be plotted.

Reimplemented from casa::TPConvertChanToFreq.

Definition at line 218 of file PlotCalHooks.h.

References cdList, intervalV, and offsetV.


Member Data Documentation

Definition at line 223 of file PlotCalHooks.h.

Referenced by PlotCalFreqAxes(), and Xconvert_col().

Reimplemented from casa::TPConvertChanToFreq.

Definition at line 216 of file PlotCalHooks.h.

Definition at line 225 of file PlotCalHooks.h.

Referenced by PlotCalFreqAxes(), and Xconvert_col().

Reimplemented from casa::TPConvertChanToFreq.

Definition at line 216 of file PlotCalHooks.h.

Definition at line 224 of file PlotCalHooks.h.

Referenced by PlotCalFreqAxes(), and Xconvert_col().


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