{ } Raw JSON

bundles / scipy 1.17.1 / scipy / io / _fortran / FortranFile / read_reals

function

scipy.io._fortran:FortranFile.read_reals

source: /scipy/io/_fortran.py :318

Signature

def   read_reals ( self dtype = f8 )

Summary

Reads a record of a given type from the file, defaulting to a floating point number (real*8 in Fortran).

Parameters

dtype : dtype, optional

Data type specifying the size and endianness of the data.

Returns

data : ndarray

A 1-D array object.

See also

read_ints
read_record

Aliases

  • scipy.io.FortranFile.read_reals