fluiddyn.io.txt

IO for text files (fluiddyn.io.txt)

With recent version of Numpy, it is most of the time better to use np.loadtxt and np.savetxt…

Functions

num_from_str(s)

Return a number from a string.

quantities_from_txt_file(name_file)

Read a txt file and return the numerical data.

save_quantities_in_txt_file(name_file, args)

Save array_like objects in a text file.