Fixation cross screen

Screen that displays a fixation cross, used to focus the attention of the participant.

class src.data_acquisition.screens.FixationCrossScreen(*, gui: ~src.data_acquisition.gui.gui.Gui, fixation_cross_color: ~colour.Color = <Color black>, background_color: ~colour.Color = <Color white>, fixation_cross_width_as_window_width_percentage: float = 0.03, fixation_cross_length_as_window_width_percentage: float = 0.15)[source]

Bases: Screen