single_cell_parseranalyzemembrane_potential_analysisRecordingSite

RecordingSite

class single_cell_parser.analyze.membrane_potential_analysis.RecordingSite(secID, segID, label)

Dataclass for a recording site.

See also

The RecordingSiteManager class for setting up recording sites and parsing their voltage traces.

Parameters:
  • secID (int) – Section ID of the recording site.

  • segID (int) – Segment ID of the recording site.

  • label (str) – Identifier label.

Attributes:

secID

Section ID of the recording site.

Type:

int

segID

Segment ID of the recording site.

Type:

int

label

Identifier label.

Type:

str

vRecordings

List of recorded voltage vectors. Parsed from the Cell.

Type:

list