Bases: tvb.interfaces.web.controllers.base_controller.BaseController
Base class which contains methods related to spatio-temporal actions.
Generates the HTML for displaying the surface with the given ID.
Overwrite base controller to add required parameters for adapter templates.
For each data point entry, build the FLOT specific JSON.
Bases: tvb.interfaces.web.controllers.spatial.base_spatio_temporal_controller.SpatioTemporalController
Controller layer for displaying/creating a LocalConnectivity entity.
When the user loads an existent local connectivity and he picks a vertex from the used surface, this method computes the data needed for drawing a gradient view corresponding to that vertex.
Returns a json which contains the data needed for drawing a gradient view for the selected vertex.
Overwrite base controller to add required parameters for adapter templates.
Returns the html which contains the plot with the equations specified into ‘plotted_equations_prefixes’ field.
Gather all the separate data arrays into a single flot series.
Loads an existing local connectivity.
Reset the context and reset to the first step. This method is called when the None entry is selected from the select. :param from_step: is not used in local connectivity case since we don’t want to remain in step 2 in case none was selected. We are keeping it so far to remain compatible with the stimulus pages.
Bases: tvb.interfaces.web.controllers.spatial.base_spatio_temporal_controller.SpatioTemporalController
Control layer for defining Stimulus entities on Regions.
Generates the html for displaying the connectivity matrix.
Go to the step given by :param step_idx. In case the next step is the create one (3), we want to remain on the same step as before so that is handled differently depending on the :param from_step.
Overwrite base controller to add required parameters for adapter templates.
Returns the html which contains the plot with the temporal equation.
Loads the interface for the selected region stimulus.
Just reload default data as if stimulus is None.
Any submit from the first step should be handled here. Update the context then go to the next step as required. In case a reset is needed create a clear context.
Bases: tvb.interfaces.web.controllers.spatial.surface_model_parameters_controller.EquationPlotForm
Bases: tvb.interfaces.web.controllers.spatial.base_spatio_temporal_controller.SpatioTemporalController
Control for defining parameters of a model in a visual manner. Here we focus on model-parameters spread over a brain surface.
Adds the given focal point to the list of focal points specified for the equation used for computing the values for the specified model param.
Overwrite base controller to add required parameters for adapter templates.
Returns the model and surface instances from the burst configuration.
Returns the html which contains the plot with the equation selected by the user for a certain model param.
Returns the html which displays the list of focal points selected for the equation used for computing the values for the given model parameter.
Bases: tvb.core.adapters.abcadapter.ABCAdapterForm
alias of Gaussian
Bases: tvb.interfaces.web.controllers.spatial.base_spatio_temporal_controller.SpatioTemporalController
Control layer for defining Stimulus entities on a cortical surface.
Go to the step given by :param step_idx. In case the next step is the create one (3), we want to remain on the same step as before so that is handled differently depending on the :param from_step.
Add some entries that are used in both steps then fill the default required attributes.
Returns the HTML which contains the chart in which is plotted the spatial equation.
Returns the HTML which contains the chart in which is plotted the temporal equation.
Loads the interface for the selected surface stimulus.
Just reload default data as if stimulus is None.
Any submit from the first step should be handled here. Update the context then go to the next step as required. In case a reset is needed create a clear context.