fddx_writeto - seek and write to a DDS dataset


SYNOPSIS

#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)

integer function fddx_writeto(bin_tag, offset, buffer, count)

integer bin_tag
integer offset
real buffer(*)
integer count

DESCRIPTION

Routine, "fddx_writeto", writes "count" traces to the output dataset referenced by "bin_tag" starting from the offset trace location number, "offset", form array "buffer". An "offset" value of "0" will write starting at the first trace in the dataset. The number of traces written is returned or < 0 on error.

AUTHOR

Jerry Ehlers, BP America (May 2003)