bhdr.h

Go to the documentation of this file.
00001 /* Copyright (c) Colorado School of Mines, 2006.*/
00002 /* All rights reserved.                       */
00003 
00004 /*
00005  * bhdr.h - include file for bhed offset array
00006  * THIS HEADER FILE IS FIXED FOR ALL MACHINES BY THE SEG_Y STANDARD 
00007  */
00008 
00009 #ifndef BHDR_H
00010 #define BHDR_H
00011 
00012 static struct {
00013         char *key;      char *type;     int offs;
00014 } bhdr[] = {
00015             {"jobid",             "i",            0},
00016             {"lino",              "i",            4},
00017             {"reno",              "i",            8},
00018             {"ntrpr",             "h",            12},
00019             {"nart",              "h",            14},
00020             {"hdt",               "h",            16},
00021             {"dto",               "h",            18},
00022             {"hns",               "h",            20},
00023             {"nso",               "h",            22},
00024             {"format",            "h",            24},
00025             {"fold",              "h",            26},
00026             {"tsort",             "h",            28},
00027             {"vscode",            "h",            30},
00028             {"hsfs",              "h",            32},
00029             {"hsfe",              "h",            34},
00030             {"hslen",             "h",            36},
00031             {"hstyp",             "h",            38},
00032             {"schn",              "h",            40},
00033             {"hstas",             "h",            42},
00034             {"hstae",             "h",            44},
00035             {"htatyp",            "h",            46},
00036             {"hcorr",             "h",            48},
00037             {"bgrcv",             "h",            50},
00038             {"rcvm",              "h",            52},
00039             {"mfeet",             "h",            54},
00040             {"polyt",             "h",            56},
00041             {"vpol",              "h",            58}
00042 };
00043 #endif

Generated on 5 Jan 2017 for IWAVE by  doxygen 1.4.7