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

#include <MsPlotConvert.h>

Inheritance diagram for casa::MSPlotConvertHourangle:
casa::TPConvertBase

List of all members.

Public Member Functions

 MSPlotConvertHourangle (MSDerivedValues *derived, ROMSColumns *columns, Bool onXaxis)
 Constructor.
 ~MSPlotConvertHourangle ()
 Destructor.
Double Xconvert (Double x, Int row, Int tblNum)
 Conversion along the Xaxis.
Double Yconvert (Double y, Int row, Int tblNum)
 Conversion along the Yaxis.

Protected Member Functions

Double findValue (Double value, Int row)

Private Attributes

Bool convertOnX
 Variables.
MSDerivedValuesitsMsDerived
Int curFieldId
Int lastFieldId
Vector< IntitsFieldIds
ROMSColumnsitsColumns
SLoglog
 Message logger.
uInt numPlotted
 A counter for messaging.

Static Private Attributes

static const String clname

Detailed Description

Definition at line 510 of file MsPlotConvert.h.


Constructor & Destructor Documentation

casa::MSPlotConvertHourangle::MSPlotConvertHourangle ( MSDerivedValues derived,
ROMSColumns columns,
Bool  onXaxis 
) [inline]

Constructor.

Determine wether the converted value is along the x or y axis.

Store the data bits we need. We could get away with keeping less info around. It's the old speed versus space trade of.

Set the antenna info in the MS Derived

this is the average of all antennas. Use observatory position instead?

the following block is needed by parAngle()

Definition at line 514 of file MsPlotConvert.h.

References casa::ROMSColumns::antenna(), clname, convertOnX, casa::ROMSMainColumns::fieldId(), casa::SLog::FnEnter(), casa::SLog::FnExit(), casa::ROScalarColumn< T >::getColumn(), itsColumns, itsFieldIds, itsMsDerived, lastFieldId, log, casa::ROMSAntennaColumns::mount(), casa::ROMSAntennaColumns::nrow(), numPlotted, casa::MSDerivedValues::setAntennaMount(), casa::MSDerivedValues::setAntennas(), and casa::SLog::slog().

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

Destructor.

Definition at line 554 of file MsPlotConvert.h.

References clname, casa::SLog::FnEnter(), casa::SLog::FnExit(), and log.


Member Function Documentation

Double casa::MSPlotConvertHourangle::findValue ( Double  value,
Int  row 
) [inline, protected]
Double casa::MSPlotConvertHourangle::Xconvert ( Double  x,
Int  row,
Int  tblNum 
) [inline, virtual]
Double casa::MSPlotConvertHourangle::Yconvert ( Double  y,
Int  row,
Int  tblNum 
) [inline, virtual]

Member Data Documentation

Variables.

Definition at line 673 of file MsPlotConvert.h.

Referenced by MSPlotConvertHourangle(), Xconvert(), and Yconvert().

Definition at line 675 of file MsPlotConvert.h.

Referenced by findValue().

Definition at line 677 of file MsPlotConvert.h.

Referenced by findValue(), and MSPlotConvertHourangle().

Definition at line 676 of file MsPlotConvert.h.

Referenced by findValue(), MSPlotConvertHourangle(), Xconvert(), and Yconvert().

Definition at line 674 of file MsPlotConvert.h.

Referenced by findValue(), and MSPlotConvertHourangle().

Definition at line 675 of file MsPlotConvert.h.

Referenced by findValue(), and MSPlotConvertHourangle().

Message logger.

Definition at line 680 of file MsPlotConvert.h.

Referenced by findValue(), MSPlotConvertHourangle(), Xconvert(), Yconvert(), and ~MSPlotConvertHourangle().

A counter for messaging.

We really don't need to display millions of messages for debugging purposes. This seems to slow things down a lot if we do anyway -- even if they aren't printed to the logger.

Definition at line 686 of file MsPlotConvert.h.

Referenced by findValue(), MSPlotConvertHourangle(), Xconvert(), and Yconvert().


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