netpyne.network.pop

Module defining Population class and methods

Classes:

Pop(label, tags)

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

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

Bases: object

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

Methods:

createCells()

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

createCellsFixedNum()

Create population cells based on fixed number of cells

createCellsDensity()

Create population cells based on density

createCellsList()

Create population cells based on list of individual cells

createCellsGrid()

Create population cells based on fixed number of cells

calcRelativeSegCoords()

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

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)