Compare with A4C from Traub et al 2005 and http://figshare.com/articles/tuftIB_cell_dendritic_input_Fortran_version/861124 and http://figshare.com/articles/tuftIB_cell_strong_dendritic_input_additi
Dataset for Ran et al (2020). These data can be read by Python (>3.6) and Pandas (>1.0.0): import pickle data = pickle.load(open('./data_raw.pickle', 'rb')) </