From 77a0ed0e24cfcc613a29726a697564d5e166adb6 Mon Sep 17 00:00:00 2001 From: bergolho Date: Sun, 2 Jun 2024 13:54:42 +0100 Subject: [PATCH] Minor change to the stimulus size --- scripts/tuneCV/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tuneCV/main.cpp b/scripts/tuneCV/main.cpp index 8ff9440c..3f2aa335 100644 --- a/scripts/tuneCV/main.cpp +++ b/scripts/tuneCV/main.cpp @@ -166,9 +166,9 @@ void write_configuration_file (const double sigma) { fprintf(file,"duration = 2.0\n"); fprintf(file,"current = -50.0\n"); fprintf(file, "min_x = 0.0\n"); - fprintf(file, "max_x = 500.0\n"); + fprintf(file, "max_x = 3000.0\n"); fprintf(file, "min_y = 0.0\n"); - fprintf(file, "max_y = 500.0\n"); + fprintf(file, "max_y = 3000.0\n"); fprintf(file, "min_z = 0.0\n"); fprintf(file, "max_z = 3000.0\n"); fprintf(file,"main_function=stim_x_y_z_limits\n");