scipy.io.FortranFile.read_ints¶
-
FortranFile.
read_ints
(self, dtype='i4')[source]¶ Reads a record of a given type from the file, defaulting to an integer type (
INTEGER*4
in Fortran).Parameters: - dtype : dtype, optional
Data type specifying the size and endiness of the data.
Returns: - data : ndarray
A one-dimensional array object.
See also