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;
char FILE_ADD[STRING_SIZE]
Definition: globvar.h:30
char FILE_ADD_CONV[STRING_SIZE]
Definition: globvar.h:30
#define STRING_SIZE
Definition: fd.h:41
char FILE_OBS[STRING_SIZE]
Definition: globvar.h:30
char stfinv_par[STRING_SIZE]
Definition: globvar.h:31
char FILE_CONV[STRING_SIZE]
Definition: globvar.h:30
char FILE_SYN[STRING_SIZE]
Definition: globvar.h:30
int ntr
Definition: globvar.h:29
char FILE_STF[STRING_SIZE]
Definition: globvar.h:30