#include <ObitCInterpolate.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]. | |
| gchar * | name |
| Name of object [Optional]. | |
| ObitThread * | thread |
| Threading info member object. | |
| ObitInfoList * | info |
| Linked list of arrays of data. | |
| ObitImageDesc * | myDesc |
| Image descriptor to give relation between pixels and coordinates. | |
| ObitCArray * | myArray |
| Array to be interpolated. | |
| gfloat * | array |
| Pointer to data in myArray. | |
| glong | nx |
| Dimension of plane in myArray. | |
| glong | ny |
| Dimension of plane in myArray. | |
| glong | numConjCol |
| Number of conjugate (neg V) Columns in myArray. | |
| ObitFArray * | myKernal |
| Table of interpolation kernals, every kernalSpace of a pixel. | |
| gfloat | kernalSpace |
| Spacing of kernal tabulation. | |
| glong | numKTab |
| Number of tabulations in myKernal per cell = 1/kernalSpace. | |
| glong | hwidth |
| Half width of interpolation kernal. | |
| gfloat | xPixel |
| Target "X" Pixel. | |
| gfloat | yPixel |
| Target "Y" Pixel. | |
| glong | xStart |
| Convolving "X" start pixel number in convolution. | |
| glong | yStart |
| Convolving "Y" start pixel number in convolution. | |
| glong | xNterm |
| Number of "X" terms in convolution. | |
| glong | yNterm |
| Number of "Y" terms in convolution. | |
| gfloat * | xKernal |
| "X" Convolving kernal (pointer in kernalTable) | |
| gfloat * | yKernal |
| "Y" Convolving kernal (pointer in kernalTable) | |
| gfloat | denom [40] |
| Reciprocals of Lagrangian denominators. | |
|
|
Pointer to data in myArray.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Reciprocals of Lagrangian denominators.
|
|
|
Half width of interpolation kernal.
|
|
|
Linked list of arrays of data.
|
|
|
Spacing of kernal tabulation.
|
|
|
Array to be interpolated.
|
|
|
Image descriptor to give relation between pixels and coordinates.
|
|
|
Table of interpolation kernals, every kernalSpace of a pixel.
|
|
|
Name of object [Optional].
|
|
|
Name of object [Optional].
|
|
|
Number of conjugate (neg V) Columns in myArray.
|
|
|
Number of tabulations in myKernal per cell = 1/kernalSpace.
|
|
|
Dimension of plane in myArray.
|
|
|
Dimension of plane in myArray.
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Threading info member object.
|
|
|
"X" Convolving kernal (pointer in kernalTable)
|
|
|
Number of "X" terms in convolution.
|
|
|
Target "X" Pixel.
|
|
|
Convolving "X" start pixel number in convolution.
|
|
|
"Y" Convolving kernal (pointer in kernalTable)
|
|
|
Number of "Y" terms in convolution.
|
|
|
Target "Y" Pixel.
|
|
|
Convolving "Y" start pixel number in convolution.
|
1.3.9.1