Package esys :: Package pyvisi :: Package utils :: Module utils
[show private | hide private]
[frames | no frames]

Module esys.pyvisi.utils.utils

Pyvisi utility functions
Function Summary
  loadAscii(fname)
Reads and returns the data from a whitespace-delimited ascii file
  loadCsv(fname)
Reads and returns the data from a comma separated format ascii file

Function Details

loadAscii(fname=None)

Reads and returns the data from a whitespace-delimited ascii file
Parameters:
fname - the filename of the input data file
           (type=string)

loadCsv(fname=None)

Reads and returns the data from a comma separated format ascii file
Parameters:
fname - the filename of the input data file
           (type=string)

Generated by Epydoc 2.1 on Thu Apr 27 11:16:24 2006 http://epydoc.sf.net