Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SpectralInterpolation.h File Reference

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)
 
REAL8Vectorsubtract_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
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE   /* for alphasort() and scandir() */

Definition at line 4 of file SpectralInterpolation.h.

◆ USAGE

#define USAGE

Definition at line 48 of file SpectralInterpolation.h.

◆ XLAL_FRESNEL_EPS

#define XLAL_FRESNEL_EPS   6.0e-8

Definition at line 112 of file SpectralInterpolation.h.

◆ XLAL_FRESNEL_MAXIT

#define XLAL_FRESNEL_MAXIT   100

Definition at line 113 of file SpectralInterpolation.h.

◆ XLAL_FRESNEL_FPMIN

#define XLAL_FRESNEL_FPMIN   1.0e-30

Definition at line 114 of file SpectralInterpolation.h.

◆ XLAL_FRESNEL_XMIN

#define XLAL_FRESNEL_XMIN   1.5

Definition at line 115 of file SpectralInterpolation.h.

◆ FILENAME_MAXLEN

#define FILENAME_MAXLEN   1024

Definition at line 117 of file SpectralInterpolation.h.

Function Documentation

◆ get_input_args()

void get_input_args ( InputParams inputParam,
int  argc,
char argv[] 
)

Definition at line 812 of file heterodyne_pulsar.c.

◆ remove_outliers_using_running_median_data()

INT4 remove_outliers_using_running_median_data ( REAL8Vector redata,
REAL8Vector imdata,
REAL8Vector rermdata,
REAL8Vector imrmdata,
REAL8Vector times,
REAL8  stddevthresh 
)

◆ subtract_running_median()

REAL8Vector * subtract_running_median ( REAL8Vector data,
REAL8Vector timeStamp,
UINT4  npoints 
)

◆ XLALFresnel()

INT4 XLALFresnel ( REAL8 C,
REAL8 S,
REAL8  x 
)

Definition at line 1454 of file SpectralInterpolation.c.