#include <ObitFInterpolate.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. | |
| ObitImageDesc * | myDesc |
| Image descriptor to give relation between pixels and coordinates. | |
| ObitFArray * | 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 | 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. | |
| gfloat | xKernal [10] |
| "X" Convolving kernal | |
| gfloat | yKernal [10] |
| "Y" Convolving kernal | |
| gfloat | denom [10] |
| 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.
|
|
|
Array to be interpolated.
|
|
|
Image descriptor to give relation between pixels and coordinates.
|
|
|
Name of object [Optional].
|
|
|
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
|
|
|
Target "X" Pixel.
|
|
|
Convolving "X" start pixel number in convolution.
|
|
|
"Y" Convolving kernal
|
|
|
Target "Y" Pixel.
|
|
|
Convolving "Y" start pixel number in convolution.
|
1.3.9.1