Name
drop_spider_doc - write to disk a content of a python list of numbers in the format of SPIDER ASCII document file, and is written by row into the document file
Usage
drop_spider_doc(filename, data)
Input
- filename
- the name of an output disk file name
- data
- a list of numbers data[k][l], first index numbers the lines in the output file, the second numbers the rows
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
Files
utilities.py
Maturity
- beta
- works in most cases, some files created might not be compatible with SPIDER format.
Bugs
None. It is perfect.