Exemplo n.º 1
0
 def __init__(self,*args,**kwargs):
     super(TimingStampController, self).__init__(*args,**kwargs)
     self.gp = self.stimulus.gp
     self.indexed_pha = IndexedParam('phase_at_t0')
     self.logger = logging.getLogger('LightStim.Grating')
Exemplo n.º 2
0
 def __init__(self,*args,**kwargs):
     super(ParamMappingStamp, self).__init__(*args,**kwargs)
     self.indexed_ori = IndexedParam('orientation_180')
     self.indexed_sfq = IndexedParam('spatial_freq')
     self.indexed_pha = IndexedParam('phase_at_t0')
     self.logger = logging.getLogger('LightStim.Grating')