NAME

sep3d_read_data - read in data


SYNOPSIS

logic=sep3d_read_data(tag,struct,data,fwind,jwind,nwind)


INPUT PARAMETERS

tag - char*
      name of the tag to read from
struct - sep3d
      structure to read from
fwind - int*
      (optional) begining of window to read
jwind - int*
      (optional) sampling to read
nwind - int*
      (optional) number of elem to read


OUTPUT PARAMETERS

data - float/int/complex
       data to read


RETURN VALUES

true -
      if success
false -
      if it fails


DESCRIPTION

Read data


COMMENTS

Must read in the headers first


SEE ALSO

the sep3d_write_data manpage,the sep3d_grab_headers manpage


LIBRARY

supersetf90