BoldMonitor
BoldMonitor(self,
=None,
populations=None,
bold_model={'I_CBF': 'r'},
mapping=None,
scale_factor=None,
normalize_input=None,
recorded_variables=False,
start=False,
copied=0,
net_id )
Monitors the BOLD signal for several populations using a computational model.
Returned by Network.boldmonitor()
.
The monitor can be started and stopped with start()
and stop()
. The recorded data is retrieved with get()
.
Methods
Name | Description |
---|---|
start | Starts recording as in ANNarchy.core.Monitor.start() . |
stop | Stops recording as in ANNarchy.core.Monitor.stop() . |
get | Retrieves recordings as in ANNarchy.core.Monitor.get() . |
start
start()
Starts recording as in ANNarchy.core.Monitor.start()
.
stop
stop()
Stops recording as in ANNarchy.core.Monitor.stop()
.
get
get(variable)
Retrieves recordings as in ANNarchy.core.Monitor.get()
.