filename : str
Filename of RNMRTK file to write to (.sec).
data : array_like
dtype : dtype
Data type to convert data to before writing to disk.
overwrite : bool, optional
True to overwrite existing files. False will raises a Warning if the
file exists.
|