fddx_read - read a DDS dataset


SYNOPSIS

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

integer function fddx_read(bin_tag, buffer, count)

integer bin_tag
real buffer(*)
integer count

DESCRIPTION

Routine, "fddx_read", reads "count" traces from the input dataset referenced by "bin_tag" into array "buffer". The number of traces read is returned or < 0 on error. It does the double buffering and mapping all internally.

AUTHOR

Jerry Ehlers, BP America (May 2003)