casa  $Rev:20696$
Classes | Namespaces | Defines | Functions | Variables
MsPlotConvert.h File Reference

Go to the source code of this file.

Classes

class  casa::MSPlotConvertAzimuth
class  casa::MSPlotConvertElevation
class  casa::MSPlotConvertHourangle
class  casa::MSPlotConvertParallacticangle
class  casa::MSPlotConvertArrayPositions
class  casa::MSPlotConvertChanToFreq
class  casa::MSPlotConvertChanToVelocity
class  casa::MSPlotConvertAveChanToFreq
class  casa::MSPlotConvertAveChanToChan

Namespaces

namespace  casa
 

this file contains all the compiler specific defines


Defines

#define CASA_MPC_DBG_FREQ
#define IfLOG0(x)
 Some method parameters are only used when LOG0 is set to one which means that normally they generate compile warnings.

Functions

Class used by TablePlot The
Xconvert and Yconvert methods
are called for each data point
that is plotted This class
converts values from
geocentric to topcentric frame
for the antenna 
casa::position (array) plot.The conversion routine logic is based on Gary Li's original implementation of the MsPlot class
Class used by TablePlot The
Xconvert and Yconvert methods
are called for each data point
that is plotted This class
converts channel 
casa::indices (0-based) to frequency.Note that if the values coming to the convert functions are non-integer this means that we've done some averaging and we need to average the frequencies for this value.The values could be integers as well

Variables

Class used by TablePlot The
Xconvert and Yconvert methods
are called for each data point
that is plotted This class
converts channel with
averaging if choosen correctly
The values are plotted in 
casa::GHz
Class used by TablePlot The
Xconvert and Yconvert methods
are called for each data point
that is plotted This class
converts channel with
averaging if choosen correctly
The values are plotted in Km 
casa::s

Define Documentation

#define CASA_MPC_DBG_FREQ
#define IfLOG0 (   x)

Some method parameters are only used when LOG0 is set to one which means that normally they generate compile warnings.

This macro will comment outthe enclosed parameter when LOG0 is not one and will leave it alone when LOG0 == 1. (jjacobs)

Definition at line 75 of file MsPlotConvert.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines