data_basedb_initializersload_simrun_generaldata_parsing

data_parsing

Functions

read_voltage_traces_from_files_pandas(prefix, fnames)

Reads a list of multiple voltage trace files and parses it to a single pandas dataframe.

read_voltage_traces_from_file(prefix, fname)

Reads a single voltage traces file as generated by the simrun package.

read_voltage_traces_from_csv(prefix, fname)

Reads a single Voltage trace .csv file as generated by the simrun package.

read_voltage_traces_from_npz(prefix, fname)

Reads a single Voltage trace .npz file as generated by the simrun package.

read_voltage_traces_by_filenames(prefix, fnames, divisions, repartition)

Reads a list of multiple voltage trace files and parses it to a dask dataframe.

load_dendritic_voltage_traces_helper(db, suffix, divisions, repartition)

Read the dendritic voltage traces of a single recording site across multiple simulation trials.

load_dendritic_voltage_traces(db, suffix_key_dict, repartition)

Load the voltage traces from dendritic recording sites.