From a383f3a1be476a140a0d8e06dc8997f8dd7ff59f Mon Sep 17 00:00:00 2001 From: mbergmann <maximilian.bergmann@student.uni-tuebingen.de> Date: Wed, 23 Oct 2024 09:58:17 +0200 Subject: [PATCH] new comment for file paths --- code/useful_functions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/useful_functions.py b/code/useful_functions.py index 1ada50a..7b49fae 100644 --- a/code/useful_functions.py +++ b/code/useful_functions.py @@ -320,4 +320,6 @@ def valid_integrals(integral, local_mean, threshold, point): '''TODO Sarah: AM-freq plot: meaning of am peak in spectrum? why is it there how does it change with stim intensity? make plot with AM 1/2 EODf over stim frequency (df+eodf), get amplitude of am peak and plot - amplitude over frequency of peak''' \ No newline at end of file + amplitude over frequency of peak''' + +""" files = glob.glob("../data/2024-10-16*.nix") gets all the filepaths from the 16.10""" \ No newline at end of file