rapidtide.io.writevec

rapidtide.io.writevec(thevec, outputfile, lineend='')[source]

Write a vector out to a text file. :param thevec: The array to write. :type thevec: 1D numpy or python array :param outputfile: The name of the output file :type outputfile: str :param lineend: Line ending style to use. Default is ‘linux’. :type lineend: { ‘mac’, ‘win’, ‘linux’ }, optional