|
STFINV library: seek source wavelet correction filter
|
#include <stdio.h>#include <math.h>#include <stdlib.h>#include <stddef.h>#include <string.h>#include <time.h>
Go to the source code of this file.
Macros | |
| #define | fsign(x) ((x<0.0)?(-1):1) |
| #define | iround(x) ((int)(floor)(x+0.5)) |
| #define | max(x, y) ((x<y)?y:x) |
| #define | min(x, y) ((x<y)?x:y) |
| #define | NPAR 50 |
| #define | PI (3.141592653589793) |
| #define | REQUEST_COUNT 4 |
| #define | STRING_SIZE 74 |
Functions | |
| void | read_parameters (FILE *fp_in) |