casa
$Rev:20696$
|
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 CASA_MPC_DBG_FREQ |
Definition at line 57 of file MsPlotConvert.h.
Referenced by casa::MSPlotConvertAzimuth::findValue(), casa::MSPlotConvertElevation::findValue(), casa::MSPlotConvertHourangle::findValue(), casa::MSPlotConvertParallacticangle::findValue(), casa::MSPlotConvertArrayPositions::getAntennas(), casa::MSPlotConvertChanToFreq::getAveFreq(), casa::MSPlotConvertChanToFreq::getChannelRange(), casa::MSPlotConvertChanToVelocity::getFieldId(), casa::MSPlotConvertChanToFreq::getFreq(), casa::MSPlotConvertArrayPositions::getObservatory(), casa::MSPlotConvertChanToFreq::getSpwId(), casa::MSPlotConvertChanToVelocity::getSpwId(), casa::MSPlotConvertArrayPositions::getTopocentricAnts(), casa::MSPlotConvertAzimuth::Xconvert(), casa::MSPlotConvertElevation::Xconvert(), casa::MSPlotConvertHourangle::Xconvert(), casa::MSPlotConvertParallacticangle::Xconvert(), casa::MSPlotConvertArrayPositions::Xconvert(), casa::MSPlotConvertChanToFreq::Xconvert_col(), casa::MSPlotConvertChanToVelocity::Xconvert_col(), casa::MSPlotConvertAzimuth::Yconvert(), casa::MSPlotConvertElevation::Yconvert(), casa::MSPlotConvertHourangle::Yconvert(), casa::MSPlotConvertParallacticangle::Yconvert(), casa::MSPlotConvertArrayPositions::Yconvert(), casa::MSPlotConvertChanToFreq::Yconvert_col(), and casa::MSPlotConvertChanToVelocity::Yconvert_col().
#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.