#include <ObitUVGrid.h>
Public Attributes | |
| gint32 | ObitId |
| Recognition bit pattern to identify the start of an Obit object. | |
| gpointer | ClassInfo |
| ClassInfo pointer for class with name, base and function pointers. | |
| gint | ReferenceCount |
| Reference count for object (numbers of pointers attaching). | |
| gchar * | name |
| Name of object [Optional]. | |
| ObitThread * | thread |
| Threading info member object. | |
| ObitInfoList * | info |
| Linked list of arrays of data. | |
| ObitIOStatus | myStatus |
| I/O status. | |
| glong | convWidth |
| Width of convolving kernel in cells. | |
| glong | convNperCell |
| Number of of tabulated points per cell in convfn. | |
| glong | icenxBeam |
| Center pixel (1-rel) Beam. | |
| glong | icenyBeam |
| Center pixel (1-rel) Beam. | |
| glong | icenxImage |
| Center pixel (1-rel) Image. | |
| glong | icenyImage |
| Center pixel (1-rel) Image. | |
| glong | nxBeam |
| Size of beam plane (pixels). | |
| glong | nyBeam |
| Size of beam plane (pixels). | |
| glong | nxImage |
| Size of image plane (pixels). | |
| glong | nyImage |
| Size of image plane (pixels). | |
| glong | startChann |
| Start channel (1-rel) in uv data to grid. | |
| glong | numberChann |
| gfloat | UScale |
| Scaling from wavelength to cells for u, v, w at reference frequency. | |
| gfloat | VScale |
| Scaling from wavelength to cells for u, v, w at reference frequency. | |
| gfloat | WScale |
| Scaling from wavelength to cells for u, v, w at reference frequency. | |
| gfloat | dxc |
| -2pi*Position shift parameters for x, y,z | |
| gfloat | dyc |
| -2pi*Position shift parameters for x, y,z | |
| gfloat | dzc |
| -2pi*Position shift parameters for x, y,z | |
| gfloat | rotate |
| rotation to apply in imaging | |
| gfloat | guardband |
| guardband as fraction of the grid size | |
| gfloat | blmax |
| max, min baseline lengths (wavelengths) | |
| gfloat | blmin |
| max, min baseline lengths (wavelengths) | |
| gfloat | BeamNorm |
| Prenormalization peak of Beam, used to normalize images. | |
| gboolean | doBeam |
| Is this to be a Beam image? | |
| gboolean | do3Dmul |
| Need to apply 3D imaging rotations? | |
| gfloat | URot3D [3][3] |
| 3D rotation matrix for u,v,w | |
| gfloat | PRot3D [3][3] |
| 3D rotation matrix for x,y,z | |
| ObitCArray * | grid |
| uvdata grid, typed as gfloat but complex as (real,imag) | |
| ObitFArray * | convfn |
| Gridding convolution table. | |
| ObitFFT * | FFTBeam |
| ObitFFT for making a beam. | |
| ObitFFT * | FFTImage |
| ObitFFT for making image. | |
| ObitFArray * | xCorrBeam |
| "X" gridding correction function for beam | |
| ObitFArray * | yCorrBeam |
| "Y" gridding correction function for beam | |
| ObitFArray * | xCorrImage |
| "X" gridding correction function for image | |
| ObitFArray * | yCorrImage |
| "Y" gridding correction function for image | |
|
|
Prenormalization peak of Beam, used to normalize images.
|
|
|
max, min baseline lengths (wavelengths)
|
|
|
max, min baseline lengths (wavelengths)
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Gridding convolution table.
|
|
|
Number of of tabulated points per cell in convfn.
|
|
|
Width of convolving kernel in cells.
|
|
|
Need to apply 3D imaging rotations?
|
|
|
Is this to be a Beam image?
|
|
|
-2pi*Position shift parameters for x, y,z
|
|
|
-2pi*Position shift parameters for x, y,z
|
|
|
-2pi*Position shift parameters for x, y,z
|
|
|
ObitFFT for making a beam.
|
|
|
ObitFFT for making image.
|
|
|
uvdata grid, typed as gfloat but complex as (real,imag)
|
|
|
guardband as fraction of the grid size
|
|
|
Center pixel (1-rel) Beam.
|
|
|
Center pixel (1-rel) Image.
|
|
|
Center pixel (1-rel) Beam.
|
|
|
Center pixel (1-rel) Image.
|
|
|
Linked list of arrays of data.
|
|
|
I/O status.
|
|
|
Name of object [Optional].
|
|
|
|
|
|
Size of beam plane (pixels).
|
|
|
Size of image plane (pixels).
|
|
|
Size of beam plane (pixels).
|
|
|
Size of image plane (pixels).
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
3D rotation matrix for x,y,z
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
rotation to apply in imaging
|
|
|
Start channel (1-rel) in uv data to grid.
|
|
|
Threading info member object.
|
|
|
3D rotation matrix for u,v,w
|
|
|
Scaling from wavelength to cells for u, v, w at reference frequency.
|
|
|
Scaling from wavelength to cells for u, v, w at reference frequency.
|
|
|
Scaling from wavelength to cells for u, v, w at reference frequency.
|
|
|
"X" gridding correction function for beam
|
|
|
"X" gridding correction function for image
|
|
|
"Y" gridding correction function for beam
|
|
|
"Y" gridding correction function for image
|
1.3.9.1