Name
write_text_file - Write to an ASCII file a list of lists containing floats.
Usage
- write_text_file(data, file_name)
Input
- data
- List of lists, with the inner list being a list of floats, i.e., [ [first list], [second list], ...]. First list will be written as a first column, second as a second, and so on... If only one list is given, the file will contain one column
- file_name
- name of the text file
Output
- an ASCII file contains the information from the text file.
Options
- No
Author / Maintainer
- Zhong Huang
Keywords
- category 1
- UTILITIES
Files
utilities.py
See also
References to relevant other routines.
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.