Stimulus

class model.modelTemplate.Stimulus(**kwargs)[source]

Bases: object

Stimulus processor class. This acts as an interface between an observation and . Does nothing.

Name

The identifier of the function

Type:string

Methods Summary

details()
get_name()
processStimulus(observation) Takes the observation and turns it into a form the model can use

Methods Documentation

details()[source]
classmethod get_name()[source]
processStimulus(observation)[source]

Takes the observation and turns it into a form the model can use

Parameters:observation
Returns:
  • stimuliPresent (int or list of int)
  • stimuliActivity (float or list of float)