STFINV library: seek source wavelet correction filter
stfinvbase_description_usage.cc
Go to the documentation of this file.
1 // DO NOT EDIT: this file is automatically derived from usage/stfinvbase_description_usage.txt
4 {
5  "Options and parameters in common for all procedures:\n"
6  " verbose produce verbose output (if implemented)\n"
7  " DEBUG=l produce debug output with level l\n"
8  " exp=k apply offset dependent weights to signals\n"
9  "\n"
10  "Due to the amplitude decay with offset to the source signals from receivers at\n"
11  "larger offset would contribute less to the optimization criterion for which\n"
12  "the source wavelet correction filter is constructed. The option exp provides\n"
13  "means to add a weight factor ((r/1m)**k) to each signal, where r is the\n"
14  "receiver to source offset. This is used to compensate the decrease in signal\n"
15  "amplitude. If the energy in the original signal decays with ((-r/1m)**(2*k))\n"
16  "all traces will contribute at a similar level to the derived correction filter\n"
17  "after application of the weight factors.\n"
18 };
char stfinvbase_description_usage[]