cddx_read - read a DDS dataset


SYNOPSIS

#include "cdds.h"

int function cddx_read(bin_tag, buffer, count);

BIN_TAG bin_tag
void *buffer
int count

DESCRIPTION

Routine, "cddx_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)