Electrophysiological recording from differents neurons are labeled wit the following format: acquisition date , recorded cell ( a,b...) recorded trace ( 01,02,....)
File extension:
.da = original acquired trace that can be read in matlab using the code in the file redshirt_read_dualBNCONLY.m
.txt and . mat are text and binary matrix of multiple trace of a single cell. These have the following organization:
first column: acquisition time
second column: voltage first trace
third column current first trace
forth column: voltage second trace
fifth column: current second trace
Etc..