STFINV library: seek source wavelet correction filter
stfinvany_description_usage.cc
Go to the documentation of this file.
1 // DO NOT EDIT: this file is automatically derived from usage/stfinvany_description_usage.txt
4 {
5  "How to control the procedure\n"
6  "----------------------------\n"
7  "A specific procedure is selected by passing a parameter string. This string\n"
8  "may further contain parameters to control the way the procedure will be\n"
9  "applied.\n"
10  "\n"
11  "The parameter string starts with an ID-sequence identifying the desired\n"
12  "procedure. See the list available procedures for ID strings. In the parameter\n"
13  "string the ID-sequence is terminated by a colon (:).\n"
14  "\n"
15  "After selecting the desired procedure, the interface function strips off the\n"
16  "ID-sequence as well as the first colon from the parameter string. The\n"
17  "remainder may consist of several control parameters being separated by colons\n"
18  "(:). Each control parameter may just be a flag (switch to turn on an option)\n"
19  "or may come along with a parameter value. The value is separated from the\n"
20  "parameter by an equal sign (=).\n"
21  "\n"
22  "Where several values in an argument to a parameter must be separated (like in\n"
23  "the 'irtap' option of the Fourier domain procedures) white space ( ), commas\n"
24  "(,), and semicolons (;) are allowed as field delimiters, at your convenience.\n"
25  "\n"
26  "Examples:\n"
27  "- To select Fourier domain least squares and shift the returned source\n"
28  " correction filter wavelet by 0.4s and switch on verbose mode, pass the\n"
29  " following parameter string:\n"
30  " fdlsq:tshift=0.4:verbose\n"
31  "- To select the identity procedure and switch on debug level 4:\n"
32  " ident:DEBUG=4\n"
33  "- To select Fourier domain least squares, apply offset dependent weights and\n"
34  " use a power of two to speed up the FFT:\n"
35  " fdlsq:pow2:exp=1.4\n"
36 };
char stfinvany_description_usage[]