single_cell_parser
❭ analyze
❭ membrane_potential_analysis
❭ RecordingSiteManager
RecordingSiteManager¶
- class single_cell_parser.analyze.membrane_potential_analysis.RecordingSiteManager(landmarkFilename, cell)¶
Parse AMIRA recording sites from a
.landmarkAscii
file.- Parameters:¶
landmarkFilename (str) – Path to the landmark file.
cell (
single_cell_parser.cell.Cell
) – Cell object associated with the landmarks.
- Attributes:¶
- cell¶
Cell object.
- Methods:¶
set_up_recording_site
(location, ID, filename)Set up a
RecordingSite
from a location.Add the
Cell
’s recorded voltages to therecordingSites
._read_landmark_file
(landmarkFilename)Read the AMIRA landmark file and return the landmarks.