source: SH_SHM/trunk/source/dfqentry.h @ 344

Revision 16, 2.3 KB checked in by marcus, 15 years ago (diff)

r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines

Initial import

Line 
1/* file DFQENTRY.H
2 *      ==========
3 *
4 * version 5, 22-May-2006
5 *
6 * default q-entry numbers
7 * K. Stammler, 28-SEP-1990
8 */
9
10
11/*
12 *
13 *  SeismicHandler, seismic analysis software
14 *  Copyright (C) 1996,  Klaus Stammler, Federal Institute for Geosciences
15 *                                       and Natural Resources (BGR), Germany
16 *
17 *  This program is free software; you can redistribute it and/or modify
18 *  it under the terms of the GNU General Public License as published by
19 *  the Free Software Foundation; either version 2 of the License, or
20 *  (at your option) any later version.
21 *
22 *  This program is distributed in the hope that it will be useful,
23 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
24 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25 *  GNU General Public License for more details.
26 *
27 *  You should have received a copy of the GNU General Public License
28 *  along with this program; if not, write to the Free Software
29 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
30 *
31 */
32
33#ifndef __DFQENTRY
34#define __DFQENTRY
35
36#ifndef __QFUSRDEF
37#include BC_QFUSRDEF
38#endif
39
40#define QEC_L_DATALTH    (1|QFC_LTYPE)
41#define QEC_I_SIGN       (11|QFC_ITYPE)
42#define QEC_I_EVENTNO    (12|QFC_ITYPE)
43#define QEC_I_RESERVED   (13|QFC_ITYPE)
44#define QEC_I_MARK       (14|QFC_ITYPE)
45
46#define QEC_R_DELTA      (0|QFC_RTYPE)
47#define QEC_R_DISTANCE   (11|QFC_RTYPE)
48#define QEC_R_AZIMUTH    (12|QFC_RTYPE)
49#define QEC_R_INCIDENCE  (13|QFC_RTYPE)
50#define QEC_R_DEPTH      (14|QFC_RTYPE)
51#define QEC_R_MAGNITUDE  (15|QFC_RTYPE)
52#define QEC_R_LATITUDE   (16|QFC_RTYPE)
53#define QEC_R_LONGITUDE  (17|QFC_RTYPE)
54#define QEC_R_SLOWNESS   (18|QFC_RTYPE)
55#define QEC_R_DATAZ      (19|QFC_RTYPE)
56#define QEC_R_DATINCI    (20|QFC_RTYPE)
57#define QEC_R_RESERVED   (21|QFC_RTYPE)
58#define QEC_R_SIGNOISE   (22|QFC_RTYPE)
59
60#define QEC_S_COMMENT    (0|QFC_STYPE)
61#define QEC_S_STATION    (1|QFC_STYPE)
62#define QEC_S_FILTER     (11|QFC_STYPE)
63
64#define QEC_C_COMP       (0|QFC_CTYPE)
65#define QEC_C_CHAN1      (1|QFC_CTYPE)
66#define QEC_C_CHAN2      (2|QFC_CTYPE)
67
68#define QEC_T_START      (21|QFC_STYPE)
69#define QEC_T_PONSET     (22|QFC_STYPE)
70#define QEC_T_SONSET     (23|QFC_STYPE)
71#define QEC_T_ORIGIN     (24|QFC_STYPE)
72
73#endif /* __DFQENTRY */
74
75
Note: See TracBrowser for help on using the repository browser.