#include <ObitFArray.h>
Public Attributes | |
| gboolean | initialized |
| Have I been initialized? | |
| gboolean | hasScratch |
| Are disk resident "scratch" objects of this class possible? | |
| gchar * | ClassName |
| Name of class ("Obit"). | |
| gconstpointer | ParentClass |
| Pointer to parent class ClassInfo, Null if none. | |
| ObitClassInitFP | ObitClassInit |
| Function pointer to Class initializer. | |
| newObitFP | newObit |
| Function pointer to newObit. | |
| ObitGetClassFP | ObitGetClass |
| Function pointer to GetClass. | |
| ObitClassInfoDefFnFP | ObitClassInfoDefFn |
| Function pointer to ClassInfoDefFn. | |
| ObitCopyFP | ObitCopy |
| Function pointer to shallow copy constructor. | |
| ObitCloneFP | ObitClone |
| Function pointer to deep copy constructor. | |
| ObitRefFP | ObitRef |
| Function pointer to Object Ref. | |
| ObitUnrefFP | ObitUnref |
| Function pointer to Object Unref. | |
| ObitIsAFP | ObitIsA |
| Function pointer to test if a class member. | |
| ObitClearFP | ObitClear |
| Function pointer to deallocation function. | |
| ObitInitFP | ObitInit |
| Function pointer to object initializer. | |
| ObitFArrayCreateFP | ObitFArrayCreate |
| Function pointer to Constructor. | |
| ObitFArraySubArrFP | ObitFArraySubArr |
| Function pointer to subarray constructor. | |
| ObitFArrayTransposeFP | ObitFArrayTranspose |
| Function pointer to transpose constructor. | |
| ObitFArrayIsCompatableFP | ObitFArrayIsCompatable |
| Function pointer to compatability checker. | |
| ObitFArrayReallocFP | ObitFArrayRealloc |
| Function pointer to reallocate structures. | |
| ObitFArrayIndexFP | ObitFArrayIndex |
| Function pointer to return index. | |
| ObitFArrayMaxFP | ObitFArrayMax |
| Function pointer to find maximum. | |
| ObitFArrayMaxAbsFP | ObitFArrayMaxAbs |
| Function pointer to find maximum abs. | |
| ObitFArrayMinFP | ObitFArrayMin |
| Function pointer to find minimum. | |
| ObitFArrayDeblankFP | ObitFArrayDeblank |
| Function pointer to deblank. | |
| ObitFArrayRMSFP | ObitFArrayRMS |
| Function pointer to find RMS of pixel distribution from histogram. | |
| ObitFArrayRawRMSFP | ObitFArrayRawRMS |
| Function pointer to find RMS of pixel distribution. | |
| ObitFArrayRMS0FP | ObitFArrayRMS0 |
| Function pointer to find RMS about zero. | |
| ObitFArrayRMSQuantFP | ObitFArrayRMSQuant |
| Function pointer to find RMS with possible quantization. | |
| ObitFArrayModeFP | ObitFArrayMode |
| Function pointer to find Mode of pixel distribution. | |
| ObitFArrayMeanFP | ObitFArrayMean |
| Function pointer to find Mean of pixel distribution. | |
| ObitFArrayFillFP | ObitFArrayFill |
| Function pointer to fill elements of an FArray. | |
| ObitFArrayNegFP | ObitFArrayNeg |
| Function pointer to negate elements of an FArray. | |
| ObitFArraySinFP | ObitFArraySin |
| Function pointer to sine of elements of an FArray. | |
| ObitFArrayCosFP | ObitFArrayCos |
| Function pointer to cosine of elements of an FArray. | |
| ObitFArraySumFP | ObitFArraySum |
| Function pointer to sum elements of an FArray. | |
| ObitFArrayCountFP | ObitFArrayCount |
| Function pointer to number of valid elements in an FArray. | |
| ObitFArraySAddFP | ObitFArraySAdd |
| Function pointer to Add a scalar to elements of an FArray. | |
| ObitFArraySMulFP | ObitFArraySMul |
| Function pointer to Multiply elements of an FArray by a scalar. | |
| ObitFArraySDivFP | ObitFArraySDiv |
| Function pointer to divide elements of an FArray into a scalar. | |
| ObitFArrayClipFP | ObitFArrayClip |
| Function pointer to Clip elements of an FArray outside of a given range. | |
| ObitFArrayInClipFP | ObitFArrayInClip |
| Function pointer to Clip elements of an FArray inside of a given range. | |
| ObitFArrayBlankFP | ObitFArrayBlank |
| Function pointer to Blank elements of an array where another is blanked. | |
| ObitFArrayMaxArrFP | ObitFArrayMaxArr |
| Function pointer to get larger elements of two FArrays. | |
| ObitFArrayMinArrFP | ObitFArrayMinArr |
| Function pointer to get lesser elements of two FArrays. | |
| ObitFArraySumArrFP | ObitFArraySumArr |
| Function pointer to Add enonblanked lements of two FArrays. | |
| ObitFArrayAvgArrFP | ObitFArrayAvgArr |
| Function pointer to average nonblanked elements of two FArrays. | |
| ObitFArrayAddFP | ObitFArrayAdd |
| Function pointer to Add elements of two FArrays. | |
| ObitFArraySubFP | ObitFArraySub |
| Function pointer to Subtract elements of two FArrays. | |
| ObitFArrayMulFP | ObitFArrayMul |
| Function pointer to Multiply elements of two FArrays. | |
| ObitFArrayDivFP | ObitFArrayDiv |
| Function pointer to Divide elements of two FArrays. | |
| ObitFArrayDivClipFP | ObitFArrayDivClip |
| Function pointer to Divide elements of two FArrays with clipping. | |
| ObitFArrayDotFP | ObitFArrayDot |
| Function pointer to "dot" product of two FArrays. | |
| ObitFArrayMulColRowFP | ObitFArrayMulColRow |
| Function pointer to multiple 2D by row, col vector. | |
| ObitFArrayQuantFP | ObitFArrayQuant |
| Function pointer to determine quantization. | |
| ObitFArray1DCenterFP | ObitFArray1DCenter |
| Function pointer to Convert a 1D "center at edges" array to proper order. | |
| ObitFArray2DCenterFP | ObitFArray2DCenter |
| Function pointer to Convert a 2D "center at edges" array to proper order. | |
| ObitFArray2DSymInvFP | ObitFArray2DSymInv |
| Function pointer to inplace invert a symmetric 2D array. | |
| ObitFArray2DCGaussFP | ObitFArray2DCGauss |
| Function pointer to Make 2-D Circular Gaussian. | |
| ObitFArray2DCGaussFP | ObitFArray2DEGauss |
| Function pointer to Make 2-D Elliptical Gaussian. | |
| ObitFArrayShiftAddFP | ObitFArrayShiftAdd |
| Function pointer to Shift and Add scaled array. | |
| ObitFArrayPadFP | ObitFArrayPad |
| Function pointer to Zero pad an array. | |
| ObitFArrayConvGausFP | ObitFArrayConvGaus |
| Function pointer to Convolve a list of Gaussians onto an FArray. | |
| ObitFArraySelIncFP | ObitFArraySelInc |
| Function pointer to Select elements in an FArray by increment. | |
Contains class name, a pointer to any parent class (NULL if none) and function pointers.
|
|
Name of class ("Obit").
|
|
|
Are disk resident "scratch" objects of this class possible?
|
|
|
Have I been initialized?
|
|
|
Function pointer to newObit.
|
|
|
Function pointer to ClassInfoDefFn.
|
|
|
Function pointer to Class initializer.
|
|
|
Function pointer to deallocation function.
|
|
|
Function pointer to deep copy constructor.
|
|
|
Function pointer to shallow copy constructor.
|
|
|
Function pointer to Convert a 1D "center at edges" array to proper order.
|
|
|
Function pointer to Convert a 2D "center at edges" array to proper order.
|
|
|
Function pointer to Make 2-D Circular Gaussian.
|
|
|
Function pointer to Make 2-D Elliptical Gaussian.
|
|
|
Function pointer to inplace invert a symmetric 2D array.
|
|
|
Function pointer to Add elements of two FArrays.
|
|
|
Function pointer to average nonblanked elements of two FArrays.
|
|
|
Function pointer to Blank elements of an array where another is blanked.
|
|
|
Function pointer to Clip elements of an FArray outside of a given range.
|
|
|
Function pointer to Convolve a list of Gaussians onto an FArray.
|
|
|
Function pointer to cosine of elements of an FArray.
|
|
|
Function pointer to number of valid elements in an FArray.
|
|
|
Function pointer to Constructor.
|
|
|
Function pointer to deblank.
|
|
|
Function pointer to Divide elements of two FArrays.
|
|
|
Function pointer to Divide elements of two FArrays with clipping.
|
|
|
Function pointer to "dot" product of two FArrays.
|
|
|
Function pointer to fill elements of an FArray.
|
|
|
Function pointer to Clip elements of an FArray inside of a given range.
|
|
|
Function pointer to return index.
|
|
|
Function pointer to compatability checker.
|
|
|
Function pointer to find maximum.
|
|
|
Function pointer to find maximum abs. value. |
|
|
Function pointer to get larger elements of two FArrays.
|
|
|
Function pointer to find Mean of pixel distribution.
|
|
|
Function pointer to find minimum.
|
|
|
Function pointer to get lesser elements of two FArrays.
|
|
|
Function pointer to find Mode of pixel distribution.
|
|
|
Function pointer to Multiply elements of two FArrays.
|
|
|
Function pointer to multiple 2D by row, col vector.
|
|
|
Function pointer to negate elements of an FArray.
|
|
|
Function pointer to Zero pad an array.
|
|
|
Function pointer to determine quantization.
|
|
|
Function pointer to find RMS of pixel distribution.
|
|
|
Function pointer to reallocate structures.
|
|
|
Function pointer to find RMS of pixel distribution from histogram.
|
|
|
Function pointer to find RMS about zero.
|
|
|
Function pointer to find RMS with possible quantization.
|
|
|
Function pointer to Add a scalar to elements of an FArray.
|
|
|
Function pointer to divide elements of an FArray into a scalar.
|
|
|
Function pointer to Select elements in an FArray by increment.
|
|
|
Function pointer to Shift and Add scaled array.
|
|
|
Function pointer to sine of elements of an FArray.
|
|
|
Function pointer to Multiply elements of an FArray by a scalar.
|
|
|
Function pointer to Subtract elements of two FArrays.
|
|
|
Function pointer to subarray constructor.
|
|
|
Function pointer to sum elements of an FArray.
|
|
|
Function pointer to Add enonblanked lements of two FArrays.
|
|
|
Function pointer to transpose constructor.
|
|
|
Function pointer to GetClass.
|
|
|
Function pointer to object initializer.
|
|
|
Function pointer to test if a class member.
|
|
|
Function pointer to Object Ref.
|
|
|
Function pointer to Object Unref.
|
|
|
Pointer to parent class ClassInfo, Null if none.
|
1.3.9.1