pyguymer3.osterrain.loadASCIIcontents

pyguymer3.osterrain.loadASCIIcontents(fObj, n, /)[source]

Load the content from the file

Parameters:
  • fObj (io.BytesIO) – the file object

  • n (int) – the number of lines to skip before reading the content

Returns:

contents – the file content

Return type:

numpy.ndarray

Notes

Copyright 2017 Thomas Guymer [1]

References