DATRW++ library: seismic data I/O with multiple formats
|
Here I provide an example on how to read seismic data using datrw::ianystream and writing it to a different file via sff::SFFostream. Consider the names of input files given in
and the name of the output file given in
The type of the input files are given in
which can be created from a string specifier
through
We assume that a file FREE block
was already prepared to be written.
Reading an writing of data will than take place like in the code example given here: