fluidlab.exp.octavesession

Read older Octave-based experiment session (fluidlab.exp.octavesession)

Provides:

read_OctMI_session(sessionName, verbose=True)

Functions

colored(string, color)

read_OctMI_session(sessionName[, verbose])

read_cell_var(f, verbose)

Reads one Cell variable from Octave binary file and returns it as a list

read_header(f, verbose)

Reads Octave binary file header (one per file)

read_matrix_var(f, verbose)

Reads one variable of type 'matrix' from Octave binary file

read_octave_binary(path[, verbose])

Reads an Octave binary file.

read_scalar_struct_var(f, verbose)

Reads one scalar structure variable from Octave binary file and returns it as a dictionnary.

read_scalar_var(f, verbose)

Reads one variable of type 'scalar' from Octave binary file

read_string_var(f, verbose)

Reads one sq_string variable from Octave binary file

read_var(f, verbose)

Reads one variable from Octave binary file

Exceptions

OctaveReaderError

OctaveReader error