STFINV library: seek source wavelet correction filter
stfinvfourier_summary_usage.cc
Go to the documentation of this file.
1 // DO NOT EDIT: this file is automatically derived from usage/stfinvfourier_summary_usage.txt
4 {
5  "Procedures in the Fourier domain\n"
6  "--------------------------------\n"
7  "Options and parameters in common for procedures in the Fourier domain:\n"
8  " fpow2 use power of two for number of coefficients\n"
9  " fdiv=d use integer multiple of d for number of coefficients\n"
10  " fpad=f padding factor\n"
11  " tshift=d delay source correction filter wavelet by d (in seconds)\n"
12  " this is applied only to the waveform of the impulse\n"
13  " response of the correction filter after application to\n"
14  " synthetic data (has no effect on convolved data)\n"
15  " irtap=t1,t2,t3,t4 taper impulse response of correction filter\n"
16  " this is applied to the correction filter before\n"
17  " application to synthetic data (affects convolved data)\n"
18 };
char stfinvfourier_summary_usage[]