Converts an SU format file to SEGY using a supplied EBCIDIC (actually written as ASCII) header file and a binary header file.
segywrite < filename.su tape=filename.segy bfile=filename.bhead hfile=filename.ehead
Normally the su trace header trid needs to be set to 1 as well so that DISCO and Geodepth know that the data is seismic (this is done using suchw key1=trid key2=trid a=1 b=0).
Example :
1. segywrite < stack.su tape=stack.segy bfile=rev.bhead hfile=ebc.ehead
This example reads the SU format file stack.su and outputs a segy file stack.segy, using the supplied ebcidic and binary files.
See also : segyhdrs , bhedtopar