-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcolumns.py
More file actions
11 lines (9 loc) · 867 Bytes
/
columns.py
File metadata and controls
11 lines (9 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
metadata_parameters = ['cellID', 'sex','ageAtInj','ageAtExpt','incubation', 'unit', 'location',
'protocol','exptSeq','exptID','sweep', 'stimFreq', 'numSq', 'intensity',
'pulseWidth', 'clampMode', 'clampPotential', 'condition', 'AP', 'IR', 'tau', 'sweepBaseline',
'numPatterns','patternList', 'numPulses',
'pulseTrainStart', 'probePulseStart', 'frameChangeTimes', 'pulseTimes', 'sweepLength',
'baselineFlag', 'IRFlag', 'RaFlag', 'spikingFlag','ChR2Flag', 'fieldData']
analysed_properties1 = [ 'peaks_cell','peaks_cell_norm','auc_cell','slope_cell','delay_cell','peaks_field','peaks_field_norm']
analysed_properties2 = ['cell_fpr','field_fpr','cell_ppr','cell_stpr','field_ppr','field_stpr']
analysed_properties1_abbreviations = ['pc','pcn','ac','sc','dc','pf','pfn']