scipy.io.FortranFile. read_reals# FortranFile.read_reals(dtype='f8')[source]# Reads a record of a given type from the file, defaulting to a floating point number (real*8 in Fortran). Parameters: dtypedtype, optionalData type specifying the size and endianness of the data. Returns: datandarrayA 1-D array object. See also read_ints read_record