STFINV library: seek source wavelet correction filter
globvar.h
Go to the documentation of this file.
1
/*------------------------------------------------------------------------
2
* globvar.h
3
*
4
* Copyright (c) 2011 by Thomas Bohlen (KIT Karlsruhe) and Lisa Rehor (KIT Karlsruhe)
5
*
6
* This file was copied from the DENISE code and adjusted for its use
7
* in this test programme.
8
*
9
* ----
10
* DENISE is free software; you can redistribute it and/or modify
11
* it under the terms of the GNU General Public License as published by
12
* the Free Software Foundation; either version 2 of the License, or
13
* (at your option) any later version.
14
*
15
* DENISE is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
* GNU General Public License for more details.
19
*
20
* You should have received a copy of the GNU General Public License
21
* along with this program; if not, write to the Free Software
22
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
* ----------------------------------------------------------------------*/
24
25
/* definition of global variables used in the finite difference programs*/
26
/* generally, for the names of the global variables
27
uppercase letters are used */
28
29
int
ntr
;
30
char
FILE_OBS
[
STRING_SIZE
],
FILE_SYN
[
STRING_SIZE
],
FILE_CONV
[
STRING_SIZE
],
FILE_STF
[
STRING_SIZE
],
FILE_ADD_CONV
[
STRING_SIZE
],
FILE_ADD
[
STRING_SIZE
];
31
char
stfinv_par
[
STRING_SIZE
];
FILE_ADD
char FILE_ADD[STRING_SIZE]
Definition:
globvar.h:30
FILE_ADD_CONV
char FILE_ADD_CONV[STRING_SIZE]
Definition:
globvar.h:30
STRING_SIZE
#define STRING_SIZE
Definition:
fd.h:41
FILE_OBS
char FILE_OBS[STRING_SIZE]
Definition:
globvar.h:30
stfinv_par
char stfinv_par[STRING_SIZE]
Definition:
globvar.h:31
FILE_CONV
char FILE_CONV[STRING_SIZE]
Definition:
globvar.h:30
FILE_SYN
char FILE_SYN[STRING_SIZE]
Definition:
globvar.h:30
ntr
int ntr
Definition:
globvar.h:29
FILE_STF
char FILE_STF[STRING_SIZE]
Definition:
globvar.h:30
test_libstfinv_withpairs
src
globvar.h
Generated on Mon Aug 21 2023 17:36:29 for STFINV library: seek source wavelet correction filter by
1.8.14