Home | Trees | Index | Help |
|
---|
Package xdp :: Package io |
|
Read and write experiment data and metadata.
The file formats supported byxfp
:
Sff
, readSffFile
Xafs
, readXafsFile
Text
, readTextFile
Function Summary | |
---|---|
2-tuple of the form (header,
data)
|
Read experiment data and metadata from a file. |
Write experiment data and metadata to a file. |
Function Details |
---|
readFile(fileName)Read experiment data and metadata from a file. The format of the file is guessed from the file's extension and the contents.
|
writeFile(fileName, header, data)Write experiment data and metadata to a file. The format of the file is determined by the class of theheader argument.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 20 11:51:05 2005 | http://epydoc.sf.net |