src.plots.topographies package¶
Submodules¶
src.plots.topographies.topographies_controller module¶
Topographies controller
-
class
src.plots.topographies.topographies_controller.
topographiesController
[source]¶ Bases:
plots.topographies.topographies_listener.topographiesListener
Close the window.
Close the window and send the information to the main controller. :param time_points: Time points at which the topographies will be plotted. :type time_points: list of float :param mode: Mode used for plotting the topographies. :type mode: str
src.plots.topographies.topographies_listener module¶
Topographies listener
src.plots.topographies.topographies_view module¶
Topographies view
-
class
src.plots.topographies.topographies_view.
topographiesView
[source]¶ Bases:
PyQt5.QtWidgets.QWidget
-
cancel_topographies_trigger
()[source]¶ Send the information to the controller that the computation is cancelled.
-
confirm_topographies_trigger
()[source]¶ Retrieve the parameters and send the information to the controller.
-
create_array_from_time_points
(mode)[source]¶ Create an array of time points depending on the time points given. :param mode: Mode used for plotting the topographies. :type mode: str :return: “auto” if no time points are set. Will create an evenly dispersed time points to display. :rtype: str/None/list of float
-