#include <ObitTimeFilter.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. | |
| ObitFArray ** | timeSeries |
| Array of Time series. | |
| gfloat ** | timeData |
| Pointers to data in time arrays. | |
| gfloat * | times |
| Times in series. | |
| ObitCArray ** | freqSeries |
| Array of Frequency series. | |
| gfloat ** | freqData |
| Pointers to data in frequency arrays. | |
| gfloat * | freqs |
| Frequencies in series. | |
| ObitFFT * | FFTFor |
| Forward (time->freq) FFT. | |
| ObitFFT * | FFTRev |
| Reverse (freq->time) FFT. | |
| ObitFInterpolate * | interp |
| Interpolation object to deblank time series. | |
| gint | nTime |
| Number of times in series. | |
| gint | nFreq |
| Number of frequencies in series. | |
| gint | nSeries |
| Number of series. | |
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Forward (time->freq) FFT.
|
|
|
Reverse (freq->time) FFT.
|
|
|
Pointers to data in frequency arrays.
|
|
|
Frequencies in series.
|
|
|
Array of Frequency series.
|
|
|
Interpolation object to deblank time series.
|
|
|
Name of object [Optional].
|
|
|
Number of frequencies in series.
|
|
|
Number of series.
|
|
|
Number of times in series.
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Threading info member object.
|
|
|
Pointers to data in time arrays.
|
|
|
Times in series.
|
|
|
Array of Time series.
|
1.3.9.1