#include <ObitOTFGrid.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. | |
| gint | convType |
| convolving function type | |
| glong | convWidth |
| Width of convolving kernel in cells. | |
| glong | convNperCell |
| Number of of tabulated points per cell in convfn. | |
| glong | icenxImage |
| Center pixel (1-rel) Image. | |
| glong | icenyImage |
| Center pixel (1-rel) Image. | |
| glong | nxImage |
| Size of image plane (pixels). | |
| glong | nyImage |
| Size of image plane (pixels). | |
| gfloat | XScale |
| Scaling from position offset to cells. | |
| gfloat | YScale |
| Scaling from position offset to cells. | |
| gfloat | minWt |
| Minimum summed gridding weight. | |
| gfloat | convParm [10] |
| Convolving function parameters. | |
| gfloat | addBM |
| Additional Gaussian equivalent beam size (FWHM) from convolution, in pixels. | |
| ObitFArray * | grid |
| data grid | |
| ObitFArray * | gridWt |
| Weight grid. | |
| ObitFArray * | convfn |
| Gridding convolution table. | |
| gfloat * | xpos |
| Working array of x (RA-like) positions, one per detector in array. | |
| gfloat * | ypos |
| Working array of y (Dec-like) positions, one per detector in array. | |
| ObitOTFProj | Proj |
| Project type code. | |
| gfloat | raProj |
| RA of projection tangent point (deg). | |
| gfloat | decProj |
| Dec of projection tangent point (deg). | |
| gfloat | beamSize |
| Beam size (Gaussian sigma) in pixels. | |
| gfloat | fitBeamSize |
| Fitted Beam size FWHM in deg. | |
|
|
Additional Gaussian equivalent beam size (FWHM) from convolution, in pixels.
|
|
|
Beam size (Gaussian sigma) in pixels.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Gridding convolution table.
|
|
|
Number of of tabulated points per cell in convfn.
|
|
|
Convolving function parameters.
|
|
|
convolving function type
|
|
|
Width of convolving kernel in cells.
|
|
|
Dec of projection tangent point (deg).
|
|
|
Fitted Beam size FWHM in deg.
|
|
|
data grid
|
|
|
Weight grid.
|
|
|
Center pixel (1-rel) Image.
|
|
|
Center pixel (1-rel) Image.
|
|
|
Linked list of arrays of data.
|
|
|
Minimum summed gridding weight.
|
|
|
I/O status.
|
|
|
Name of object [Optional].
|
|
|
Size of image plane (pixels).
|
|
|
Size of image plane (pixels).
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Project type code.
|
|
|
RA of projection tangent point (deg).
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Threading info member object.
|
|
|
Working array of x (RA-like) positions, one per detector in array.
|
|
|
Scaling from position offset to cells.
|
|
|
Working array of y (Dec-like) positions, one per detector in array.
|
|
|
Scaling from position offset to cells.
|
1.3.9.1