|
read_floats
|
read_floats (
f,
count,
array,
)
Read ascii float values on as many lines as needed to get count values.
Exceptions
|
|
FileFormatError( 'File is shorter than expected' )
|
|
|
read_line_values
|
read_line_values (
line,
types,
descrip,
)
Read ascii numeric values on a line.
Exceptions
|
|
FileFormatError('Error parsing %s on line:\n %s' %( descrip, line ) )
|
|
|