def __init__(self):
     SpatioTemporalController.__init__(self)
     ui_name_to_equation_dict = get_ui_name_to_equation_dict()
     self.equation_choices = {
         GAUSSIAN_EQUATION: ui_name_to_equation_dict.get(GAUSSIAN_EQUATION),
         SIGMOID_EQUATION: ui_name_to_equation_dict.get(SIGMOID_EQUATION)
     }
 def __init__(self):
     SpatioTemporalController.__init__(self)
     ui_name_to_equation_dict = get_ui_name_to_equation_dict()
     self.possible_spatial_equations = {GAUSSIAN_EQUATION: ui_name_to_equation_dict.get(GAUSSIAN_EQUATION),
                                        DOUBLE_GAUSSIAN_EQUATION: ui_name_to_equation_dict.get(DOUBLE_GAUSSIAN_EQUATION),
                                        SIGMOID_EQUATION: ui_name_to_equation_dict.get(SIGMOID_EQUATION)}
     self.possible_temporal_equations = ui_name_to_equation_dict
Exemple #3
0
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equation_prefixes = {}
     ui_name_to_equation_dict = get_ui_name_to_equation_dict()
     self.possible_equations = {GAUSSIAN_EQUATION: ui_name_to_equation_dict.get(GAUSSIAN_EQUATION),
                                DOUBLE_GAUSSIAN_EQUATION: ui_name_to_equation_dict.get(DOUBLE_GAUSSIAN_EQUATION),
                                SIGMOID_EQUATION: ui_name_to_equation_dict.get(SIGMOID_EQUATION)}
 def __init__(self):
     SpatioTemporalController.__init__(self)
     #if any field that starts with one of the following prefixes is changed
     # than the temporal equation chart will be redrawn
     self.temporal_fields_prefixes = ['temporal', 'min_tmp_x', 'max_tmp_x']
     self.spatial_fields_prefixes = [
         'spatial', 'min_space_x', 'max_space_x'
     ]
 def __init__(self):
     SpatioTemporalController.__init__(self)
     #if any field that starts with one of the following prefixes is changed than the equation chart will be redrawn
     self.fields_prefixes = ['temporal', 'min_x', 'max_x']
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equations_prefixes = ['model_param', 'min_x', 'max_x']
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equations_prefixes = ['model_param', 'min_x', 'max_x']
Exemple #8
0
 def __init__(self):
     SpatioTemporalController.__init__(self)
     #if any field that starts with one of the following prefixes is changed than the equation chart will be redrawn
     self.fields_prefixes = ['temporal', 'min_x', 'max_x']
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equations_prefixes = ['equation', 'surface']
Exemple #10
0
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.equation_choices = get_ui_name_to_equation_dict()
 def __init__(self):
     SpatioTemporalController.__init__(self)
     #if any field that starts with one of the following prefixes is changed
     # than the temporal equation chart will be redrawn
     self.temporal_fields_prefixes = ['temporal', 'min_tmp_x', 'max_tmp_x']
     self.spatial_fields_prefixes = ['spatial', 'min_space_x', 'max_space_x']
Exemple #12
0
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equation_prefixes = {}
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equations_prefixes = ["equation", "surface"]
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equations_prefixes = ['equation', 'surface']
 def __init__(self):
     SpatioTemporalController.__init__(self)