Read binary correlation functions sample by sample, return as a list of
length nosamples
where increasing indices refer to averaging over
increasing numbers of samples.
readbinarysamples(files, Time = 48, nosamples = 2, endian = "little",
excludelist = c(""), sym = TRUE, path = "", ftype = double())
character vector. Paths to the file to read. As path
is
prepended to each element, one can also just pass the filenames here.
numeric. Time extent.
number of samples
character, either little
or big
.
character vector. Elements in files
that are specified
in excludelist
are skipped. The caller could also just pass
setdiff(files, excludelist)
.
logical. Whether the read data shall be symmetrized in the end.
character. Path that is prefixed to each of the paths given in
files
.
numeric type. As the data is read in binary this type has to match exactly the one in the file.
Returns a list of cf
objects.