#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <string.h>#include <math.h>#include <lal/LALStdlib.h>#include <lal/AVFactories.h>#include <lal/RealFFT.h>#include <lal/Window.h>#include <lal/BandPassTimeSeries.h>#include "make_sft_global.h"#include "op_method.h"#include <FrameL.h>Include dependency graph for make_sft_plain.c:

Go to the source code of this file.
Defines | |
| #define | __USE_ISOC99 1 |
| #define | BUF_SIZE 200000 |
Functions | |
| void | print_settings (FILE *f) |
| void | set_debug_output (char *p) |
| int | main (int argc, char *argv[]) |
| MAIN function of SideBandMCMC code Compute the posterior pdfs of the orbital and nuisance parameters of a binary signal in Fstat form. | |
Variables | |
| long | total_samples |
| long | samples_per_second |
| double * | data |
| INT64 | gps_start |
| INT64 | gps_end |
| char * | channel |
| int | precision |
| int | output_mode = OUTPUT_MODE_TEXT |
| long | freq_start = -1 |
| long | freq_stop = -1 |
| char | buffer [BUF_SIZE] |
| char | bypass_highpass_filter = 0 |
| char | bypass_lowpass_filter = 0 |
| char | bypass_first_window = 0 |
| REAL4 | highpass_filter_f = 100.0 |
| REAL4 | highpass_filter_a = 0.5 |
| REAL4 | lowpass_filter_f = -1 |
| REAL4 | lowpass_filter_a = -1.0 |
| int | highpass_filter_order = 5 |
| int | lowpass_filter_order = -1 |
| char * | output_power = NULL |
| char * | output_calibrated_data = NULL |
| char * | output_sft = NULL |
| char | trace_power = 0 |
| char | trace_calibration_power = 0 |
| char * | file_debug1 = NULL |
| char * | file_debug2 = NULL |
| MAKE_SFT_WINDOW | window1 |
| MAKE_SFT_WINDOW | window2 |
| REAL8Vector * | td_data = NULL |
| REAL4Vector * | power = NULL |
| #define __USE_ISOC99 1 |
Definition at line 29 of file make_sft_plain.c.
| #define BUF_SIZE 200000 |
Definition at line 54 of file make_sft_plain.c.
| void print_settings | ( | FILE * | f | ) |
Definition at line 88 of file make_sft_plain.c.
| void set_debug_output | ( | char * | p | ) |
Definition at line 102 of file make_sft_plain.c.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
MAIN function of SideBandMCMC code Compute the posterior pdfs of the orbital and nuisance parameters of a binary signal in Fstat form.
Main function
| [in] | argc | INT4 |
| [in] | argv[] | CHAR* |
some memory allocations
Definition at line 119 of file make_sft_plain.c.
| long total_samples |
Definition at line 76 of file make_sft_td_data.c.
| long samples_per_second |
Definition at line 63 of file make_sft_td_data.c.
| double* data |
Definition at line 53 of file s3inject.c.
Definition at line 30 of file make_cross_section.c.
Definition at line 62 of file make_sft_td_data.c.
| char* channel |
Definition at line 45 of file mkcalfac.c.
| int precision |
Definition at line 50 of file make_sft_utils.c.
| int output_mode = OUTPUT_MODE_TEXT |
Definition at line 51 of file make_sft_plain.c.
| long freq_start = -1 |
Definition at line 52 of file make_sft_plain.c.
| long freq_stop = -1 |
Definition at line 52 of file make_sft_plain.c.
| char buffer[BUF_SIZE] |
Definition at line 55 of file make_sft_plain.c.
| char bypass_highpass_filter = 0 |
Definition at line 58 of file make_sft_plain.c.
| char bypass_lowpass_filter = 0 |
Definition at line 58 of file make_sft_plain.c.
| char bypass_first_window = 0 |
Definition at line 58 of file make_sft_plain.c.
| REAL4 highpass_filter_f = 100.0 |
Definition at line 61 of file make_sft_plain.c.
| REAL4 highpass_filter_a = 0.5 |
Definition at line 61 of file make_sft_plain.c.
| REAL4 lowpass_filter_f = -1 |
Definition at line 61 of file make_sft_plain.c.
| REAL4 lowpass_filter_a = -1.0 |
Definition at line 61 of file make_sft_plain.c.
| int highpass_filter_order = 5 |
Definition at line 62 of file make_sft_plain.c.
| int lowpass_filter_order = -1 |
Definition at line 62 of file make_sft_plain.c.
| char* output_power = NULL |
Definition at line 65 of file make_sft_plain.c.
| char * output_calibrated_data = NULL |
Definition at line 65 of file make_sft_plain.c.
| char * output_sft = NULL |
Definition at line 65 of file make_sft_plain.c.
| char trace_power = 0 |
Definition at line 68 of file make_sft_plain.c.
| char trace_calibration_power = 0 |
Definition at line 68 of file make_sft_plain.c.
| char* file_debug1 = NULL |
Definition at line 71 of file make_sft_plain.c.
| char * file_debug2 = NULL |
Definition at line 71 of file make_sft_plain.c.
| REAL8Vector* td_data = NULL |
Definition at line 85 of file make_sft_plain.c.
| REAL4Vector* power = NULL |
Definition at line 86 of file make_sft_plain.c.
1.5.2