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