network
navis.interfaces.neuron.network.NetworkIdIndexer #
Source code in navis/interfaces/neuron/network.py
628 629 630 631 632 633 634 635 636 637 | |
navis.interfaces.neuron.network.PointNeuron #
Source code in navis/interfaces/neuron/network.py
600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 | |
record_spikes #
Set up spike recording for this neuron.
Source code in navis/interfaces/neuron/network.py
616 617 618 619 620 | |
record_state #
Set up recording of state for this neuron.
Source code in navis/interfaces/neuron/network.py
622 623 624 625 | |
navis.interfaces.neuron.network.Stimulus = namedtuple('Stimulus', ['start', 'stop', 'frequency', 'randomness', 'neurons', 'netstim', 'netcon', 'label']) module-attribute #
Note to self: it would best best if PointNetwork would not actually build the model until it's executed. That way we can run the entire simulation in a separate thread (or multiple cores).