Victre 2.0 Pipeline
0.0.1
|
#include <stdio.h>
#include <iostream>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <fftw3.h>
Go to the source code of this file.
Macros | |
#define | MAXSTRLEN 256 |
#define | M_PI 3.141592653589793 |
#define | FP_TH 1e-4 |
Typedefs | |
typedef float | DAT_TYPE |
Enumerations | |
enum | proc_lvl_t { PREWEIGHT =0, PREFILTER, BACKPROJ, PREWEIGHT =0, PREFILTER, BACKPROJ, PREWEIGHT =0, PREFILTER, BACKPROJ } |
Variables | |
proc_lvl_t | runlvl =PREWEIGHT |
#define FP_TH 1e-4 |
#define M_PI 3.141592653589793 |
#define MAXSTRLEN 256 |
typedef float DAT_TYPE |
enum proc_lvl_t |
proc_lvl_t runlvl =PREWEIGHT |