Skip to content
Snippets Groups Projects
Commit 2ef9d256 authored by Doorn, Nina (UT-TNW)'s avatar Doorn, Nina (UT-TNW)
Browse files

Update FindPosteriors.py

parent 6b98d732
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ SS_labels = ['MFR', 'NBR', 'NBD', 'PSIB', '#FBs', 'CVIBI', 'mean CC', 'sd CC', '
# LOAD YOUR OWN EXPERIMENTAL DATA TO INFER POSTERIOR
# Load your own experimental data as APs (first column electrode number, second column AP timestamps):
# location of your experimental file
exp_fileloc = '/home/Nina/Documents/SBI_project/Output/Paper_Figures_ver1/APs_Fig_5_CACNClonesb3_sim0.csv'
exp_fileloc = '../experimental_measurements/APs.csv'
APs_obs = numpy.loadtxt(exp_fileloc, delimiter=",", dtype='int')
recordtime = 165 * second # how long the recording was
fs = 10000 # sampling frequency used for the recording
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment