bheader.h

Go to the documentation of this file.
00001 /* Copyright (c) Colorado School of Mines, 2006.*/
00002 /* All rights reserved.                       */
00003 
00004 /*
00005  * bheader.h - include file for binary header sizes
00006  * THIS HEADER FILE IS FIXED FOR ALL MACHINES BY THE SEG_Y STANDARD 
00007  */
00008 
00009 #ifndef BHEADER_H
00010 #define BHEADER_H
00011 
00012 #define EBCBYTES    3200    /* Bytes in the card image EBCDIC block */
00013 #define BNYBYTES    400 /* Bytes in the binary coded block  */
00014 #define SEGY_HDRBYTES   240 /* Bytes in the tape trace header   */
00015 #define SEGY_NKEYS  71  /* Number of mandated header fields */
00016 #define BHED_NKEYS  27  /* Number of mandated binary fields */
00017 
00018 #endif

Generated on 5 Jan 2017 for IWAVE by  doxygen 1.4.7