Internal console Module

When acitve, Python’s standard output stream is redirected in the Console widget, allowing the user to see logs from operations such as k-Wave simulations.

class coperniFUS.modules.internal_console.EmittingStream[source]

Bases: QObject

Custom stream handler for QTextEdit

write(text)[source]
flush()[source]
class coperniFUS.modules.internal_console.InternalConsoleModule(parent_viewer, **kwargs)[source]

Bases: Module

FONT_SIZE = 10

Internal console font size

append_console(message)[source]

Write a message to the internal console

clear_console()[source]

Clear all messages from the internal console

init_dock()[source]

Called on GUI setup to add a module dock