NAME

sep3d_write_data - write out data


SYNOPSIS

logic=sep3d_write_data(tag,struct,data,fwind,jwind,nwind,write_headers,write_grid)


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
data - float/int/complex
      data tor read
write_headers - logical
      wheter or not write headers
write_grid - logical
      wheter or not write grid


RETURN VALUES

true -
      if success
false -
      if fails


DESCRIPTION

 Write data


SEE ALSO

the sep3d_read_data manpage,the sep3d_grab_headers manpage


LIBRARY

supersetf90