Prototypes | |
void | get_input_args (InputParams *inputParam, int argc, char *argv[]) |
INT4 | remove_outliers_using_running_median_data (REAL8Vector *redata, REAL8Vector *imdata, REAL8Vector *rermdata, REAL8Vector *imrmdata, REAL8Vector *times, REAL8 stddevthresh) |
REAL8Vector * | subtract_running_median (REAL8Vector *data, REAL8Vector *timeStamp, UINT4 npoints) |
INT4 | XLALFresnel (REAL8 *C, REAL8 *S, REAL8 x) |
Go to the source code of this file.
Data Structures | |
struct | InputParams |
struct | SplInterParams |
Macros | |
#define | _GNU_SOURCE /* for alphasort() and scandir() */ |
#define | USAGE |
#define | XLAL_FRESNEL_EPS 6.0e-8 |
#define | XLAL_FRESNEL_MAXIT 100 |
#define | XLAL_FRESNEL_FPMIN 1.0e-30 |
#define | XLAL_FRESNEL_XMIN 1.5 |
#define | FILENAME_MAXLEN 1024 |
#define _GNU_SOURCE /* for alphasort() and scandir() */ |
Definition at line 4 of file SpectralInterpolation.h.
#define USAGE |
Definition at line 48 of file SpectralInterpolation.h.
#define XLAL_FRESNEL_EPS 6.0e-8 |
Definition at line 112 of file SpectralInterpolation.h.
#define XLAL_FRESNEL_MAXIT 100 |
Definition at line 113 of file SpectralInterpolation.h.
#define XLAL_FRESNEL_FPMIN 1.0e-30 |
Definition at line 114 of file SpectralInterpolation.h.
#define XLAL_FRESNEL_XMIN 1.5 |
Definition at line 115 of file SpectralInterpolation.h.
#define FILENAME_MAXLEN 1024 |
Definition at line 117 of file SpectralInterpolation.h.
void get_input_args | ( | InputParams * | inputParam, |
int | argc, | ||
char * | argv[] | ||
) |
Definition at line 812 of file heterodyne_pulsar.c.
INT4 remove_outliers_using_running_median_data | ( | REAL8Vector * | redata, |
REAL8Vector * | imdata, | ||
REAL8Vector * | rermdata, | ||
REAL8Vector * | imrmdata, | ||
REAL8Vector * | times, | ||
REAL8 | stddevthresh | ||
) |
REAL8Vector * subtract_running_median | ( | REAL8Vector * | data, |
REAL8Vector * | timeStamp, | ||
UINT4 | npoints | ||
) |