casa::VLAIlluminationConvFunc Class Reference
#include <VLAIlluminationConvFunc.h>
List of all members.
Public Member Functions |
| VLAIlluminationConvFunc (String fileName) |
| VLAIlluminationConvFunc () |
| VLAIlluminationConvFunc (Int n) |
| ~VLAIlluminationConvFunc () |
void | load (String &fileName, Vector< Int > &whichStokes, Float overSampling=20, Bool putCoords=True) |
void | storeImg (String &fileName, ImageInterface< Complex > &img) |
void | storeImg (String &fileName, ImageInterface< Float > &img) |
void | store (String &fileName) |
void | loadFromImage (String &fileName) |
void | getIdealConvFunc (Array< Complex > &buf) |
void | ftAperture (TempImage< Complex > &uvgrid) |
void | ftAperture () |
void | storePB (String &fileName) |
Bool | pbReady () |
CoordinateSystem | makeUVCoords (CoordinateSystem &imageCoordSys, IPosition &shape) |
void | regridApeture (CoordinateSystem &skyCS, IPosition &skyShape, TempImage< Complex > &uvGrid, const VisBuffer &vb, Bool doSquint=True) |
void | applyPB (ImageInterface< Float > &pbImage, const VisBuffer &vb) |
void | applyPB (ImageInterface< Complex > &pbImage, const VisBuffer &vb) |
void | ftAperture (String &fileName, Vector< Int > &whichStokes, Float &overSampling, const CoordinateSystem &coordSys) |
Private Member Functions |
void | fillPB (ImageInterface< Complex > &inImg, ImageInterface< Float > &outImg) |
void | fillPB (ImageInterface< Complex > &inImg, ImageInterface< Complex > &outImg) |
Private Attributes |
TempImage< Complex > | convFunc_p |
Vector< Double > | resolution |
| TempImage<Float> reAperture_p, imAperture_p;.
|
Bool | pbRead_p |
Float | freq_p |
Detailed Description
Definition at line 40 of file VLAIlluminationConvFunc.h.
Constructor & Destructor Documentation
casa::VLAIlluminationConvFunc::VLAIlluminationConvFunc |
( |
String |
fileName |
) |
|
casa::VLAIlluminationConvFunc::VLAIlluminationConvFunc |
( |
|
) |
[inline] |
casa::VLAIlluminationConvFunc::VLAIlluminationConvFunc |
( |
Int |
n |
) |
[inline] |
casa::VLAIlluminationConvFunc::~VLAIlluminationConvFunc |
( |
|
) |
[inline] |
Member Function Documentation
void casa::VLAIlluminationConvFunc::applyPB |
( |
ImageInterface< Complex > & |
pbImage, |
|
|
const VisBuffer & |
vb | |
|
) |
| | |
void casa::VLAIlluminationConvFunc::applyPB |
( |
ImageInterface< Float > & |
pbImage, |
|
|
const VisBuffer & |
vb | |
|
) |
| | |
void casa::VLAIlluminationConvFunc::fillPB |
( |
ImageInterface< Complex > & |
inImg, |
|
|
ImageInterface< Complex > & |
outImg | |
|
) |
| | [private] |
void casa::VLAIlluminationConvFunc::fillPB |
( |
ImageInterface< Complex > & |
inImg, |
|
|
ImageInterface< Float > & |
outImg | |
|
) |
| | [private] |
void casa::VLAIlluminationConvFunc::ftAperture |
( |
String & |
fileName, |
|
|
Vector< Int > & |
whichStokes, |
|
|
Float & |
overSampling, |
|
|
const CoordinateSystem & |
coordSys | |
|
) |
| | |
void casa::VLAIlluminationConvFunc::ftAperture |
( |
|
) |
[inline] |
void casa::VLAIlluminationConvFunc::ftAperture |
( |
TempImage< Complex > & |
uvgrid |
) |
|
void casa::VLAIlluminationConvFunc::getIdealConvFunc |
( |
Array< Complex > & |
buf |
) |
|
void casa::VLAIlluminationConvFunc::load |
( |
String & |
fileName, |
|
|
Vector< Int > & |
whichStokes, |
|
|
Float |
overSampling = 20 , |
|
|
Bool |
putCoords = True | |
|
) |
| | |
void casa::VLAIlluminationConvFunc::loadFromImage |
( |
String & |
fileName |
) |
|
CoordinateSystem casa::VLAIlluminationConvFunc::makeUVCoords |
( |
CoordinateSystem & |
imageCoordSys, |
|
|
IPosition & |
shape | |
|
) |
| | |
Bool casa::VLAIlluminationConvFunc::pbReady |
( |
|
) |
[inline] |
void casa::VLAIlluminationConvFunc::regridApeture |
( |
CoordinateSystem & |
skyCS, |
|
|
IPosition & |
skyShape, |
|
|
TempImage< Complex > & |
uvGrid, |
|
|
const VisBuffer & |
vb, |
|
|
Bool |
doSquint = True | |
|
) |
| | |
void casa::VLAIlluminationConvFunc::store |
( |
String & |
fileName |
) |
|
void casa::VLAIlluminationConvFunc::storeImg |
( |
String & |
fileName, |
|
|
ImageInterface< Float > & |
img | |
|
) |
| | |
void casa::VLAIlluminationConvFunc::storeImg |
( |
String & |
fileName, |
|
|
ImageInterface< Complex > & |
img | |
|
) |
| | |
void casa::VLAIlluminationConvFunc::storePB |
( |
String & |
fileName |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: