netpyne.network.pop module

Module defining Population class and methods

class netpyne.network.pop.Pop(label, tags)[source]

Bases: object

Class for/to <short description of netpyne.network.pop.Pop>

createCells()[source]

Function to instantiate Cell objects based on the characteristics of this population

createCellsFixedNum()[source]

Create population cells based on fixed number of cells

createCellsDensity()[source]

Create population cells based on density

createCellsList()[source]

Create population cells based on list of individual cells

createCellsGrid()[source]

Create population cells based on fixed number of cells

calcRelativeSegCoords()[source]

Calculate segment coordinates from 3d point coordinates Used for LFP calc (one per population cell; assumes same morphology)