Package VisionEgg :: Package PyroApps :: Module SphereGratingServer :: Class SphereGratingExperimentMetaController
[frames] | no frames]

Class SphereGratingExperimentMetaController

source code

Pyro.core.ObjBase --+
                    |
                   SphereGratingExperimentMetaController

Instance Methods
 
__init__(self, screen, presentation, stimuli) source code
 
__del__(self) source code
 
on_function_during_go(self, t)
Compute when the grating is on
source code
 
on_function_between_go(self)
Compute when the grating is off
source code
 
get_parameters(self) source code
 
set_parameters(self, new_parameters) source code
 
update(self) source code
 
go(self) source code
 
quit_server(self) source code

Inherited from Pyro.core.ObjBase: GUID, Pyro_dyncall, delegateTo, getAttrProxy, getDaemon, getLocalStorage, getProxy, remote_retrieve_code, remote_supply_code, setCodeValidator, setGUID, setPyroDaemon

Method Details

__init__(self, screen, presentation, stimuli)
(Constructor)

source code 
Overrides: Pyro.core.ObjBase.__init__