From 1ca0805cc63844cf3bb70df3d9df4dccefce8ce7 Mon Sep 17 00:00:00 2001 From: douwehorsthuis Date: Tue, 7 Dec 2021 17:00:26 -0500 Subject: [PATCH] final version before collecting data for cystinosis 2021 project --- .../Sequences/n-back_sequence_1.txt | 100 ------------------ ...ack Visual - non-verbal - instructions.pcl | 2 +- ...ack Visual - non-verbal - instructions.sce | 1 - .../N back Visual - non-verbal.exp | 3 +- ...les should go.txt => Logfiles go here.txt} | 0 .../0 back Visual - verbal.sce | 4 +- .../1 back Visual - verbal - Practice.sce | 2 +- .../1 back Visual - verbal.sce | 4 +- .../2 back Visual - verbal - Practice.sce | 2 +- .../2 back Visual - verbal.sce | 4 +- 10 files changed, 11 insertions(+), 111 deletions(-) delete mode 100644 src/Auditory/Presentation Files/Sequences/n-back_sequence_1.txt rename src/Visual/Verbal/Logfiles/{This is where the presenation logfiles should go.txt => Logfiles go here.txt} (100%) diff --git a/src/Auditory/Presentation Files/Sequences/n-back_sequence_1.txt b/src/Auditory/Presentation Files/Sequences/n-back_sequence_1.txt deleted file mode 100644 index ac7d329..0000000 --- a/src/Auditory/Presentation Files/Sequences/n-back_sequence_1.txt +++ /dev/null @@ -1,100 +0,0 @@ -1 -1 -1 -2 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -2 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -2 -1 -1 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -2 -1 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -2 -1 -1 -1 -2 -1 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -2 -1 -1 -2 -1 -1 -1 diff --git a/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.pcl b/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.pcl index 67b0d13..5278e05 100644 --- a/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.pcl +++ b/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.pcl @@ -39,7 +39,7 @@ array port_code_location[ntrls]; #used for adding the correct port code to instructions_4_trial.present(); instructions_5_trial.present(); instructions_6_trial.present(); - instructions_7_trial.present(); + #instructions_7_trial.present(); loop #so that the bdf starts saving data int start = 1; diff --git a/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.sce b/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.sce index d610a12..2f68939 100644 --- a/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.sce +++ b/src/Visual/Non-verbal/Presentation Files/0 back Visual - non-verbal - instructions.sce @@ -22,7 +22,6 @@ bitmap { filename = "6.png"; preload = true; } pic_6; bitmap { filename = "7.png"; preload = true; } pic_7; bitmap { filename = "8.png"; preload = true; } pic_8; bitmap { filename = "9.png"; preload = true; } pic_9; -picture { text t_nt_text; x = 0; y = 0; } t_nt_pic; bitmap {filename = "0-back-Slide1.png"; preload = true;} slide1; picture{ bitmap slide1; x = 0; y = 0; }inst_1; bitmap {filename = "0-back-Slide2.png"; preload = true;} slide2; picture{ bitmap slide2; x = 0; y = 0; }inst_2; bitmap {filename = "0-back-Slide3.png"; preload = true;} slide3; picture{ bitmap slide3; x = 0; y = 0; }inst_3; diff --git a/src/Visual/Non-verbal/Presentation Files/N back Visual - non-verbal.exp b/src/Visual/Non-verbal/Presentation Files/N back Visual - non-verbal.exp index 21a242f..79d497c 100644 --- a/src/Visual/Non-verbal/Presentation Files/N back Visual - non-verbal.exp +++ b/src/Visual/Non-verbal/Presentation Files/N back Visual - non-verbal.exp @@ -635,7 +635,8 @@ 0 0 -Stable 0ms between stim and trigger, both stimulus and ISI is presented always for 500ms each +Stable 0ms between stim and trigger, both stimulus and ISI is presented always for 500ms each +Collected in AR 0 0 0 diff --git a/src/Visual/Verbal/Logfiles/This is where the presenation logfiles should go.txt b/src/Visual/Verbal/Logfiles/Logfiles go here.txt similarity index 100% rename from src/Visual/Verbal/Logfiles/This is where the presenation logfiles should go.txt rename to src/Visual/Verbal/Logfiles/Logfiles go here.txt diff --git a/src/Visual/Verbal/Presenation Files/0 back Visual - verbal.sce b/src/Visual/Verbal/Presenation Files/0 back Visual - verbal.sce index 6533fcb..57917ad 100644 --- a/src/Visual/Verbal/Presenation Files/0 back Visual - verbal.sce +++ b/src/Visual/Verbal/Presenation Files/0 back Visual - verbal.sce @@ -88,14 +88,14 @@ trial { trial_duration = 485; #slightly more than 1 refesh rate helps creation of next stimuli + when measuring the duration is stabel at 500ms picture t_nt_pic; code = "target"; - target_button = 1; #so that a hit shows up if you press left button + #target_button = 1; #so that a hit shows up if you press left button } isi_t; trial { trial_duration = 485; #slightly more than 1 refesh rate helps creation of next stimuli + when measuring the duration is stabel at 500ms picture t_nt_pic; code = "non-target"; - target_button = 2; #so that a hit shows up if you press right button + #target_button = 2; #so that a hit shows up if you press right button } isi_nt; trial { diff --git a/src/Visual/Verbal/Presenation Files/1 back Visual - verbal - Practice.sce b/src/Visual/Verbal/Presenation Files/1 back Visual - verbal - Practice.sce index ed28cf2..d4d4127 100644 --- a/src/Visual/Verbal/Presenation Files/1 back Visual - verbal - Practice.sce +++ b/src/Visual/Verbal/Presenation Files/1 back Visual - verbal - Practice.sce @@ -13,7 +13,7 @@ pulse_width = 10; pcl_file = "1 back Visual - verbal - Practice.pcl"; begin; -text{caption = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nTarget Non-Target"; } t_nt_text; +text{caption = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nBlue Yellow"; } t_nt_text; picture { text t_nt_text; x = 0; y = 0; } t_nt_pic; bitmap {filename = "1-back-Slide1.png"; preload = true;} slide1; picture{ bitmap slide1; x = 0; y = 0; }inst_1; bitmap {filename = "1-back-Slide2.png"; preload = true;} slide2; picture{ bitmap slide2; x = 0; y = 0; }inst_2; diff --git a/src/Visual/Verbal/Presenation Files/1 back Visual - verbal.sce b/src/Visual/Verbal/Presenation Files/1 back Visual - verbal.sce index a38ef7f..e2a67d7 100644 --- a/src/Visual/Verbal/Presenation Files/1 back Visual - verbal.sce +++ b/src/Visual/Verbal/Presenation Files/1 back Visual - verbal.sce @@ -88,14 +88,14 @@ trial { trial_duration = 485; #slightly more than 1 refesh rate helps creation of next stimuli + when measuring the duration is stabel at 500ms picture t_nt_pic; code = "target"; - target_button = 1; #so that a hit shows up if you press left button + #target_button = 1; #so that a hit shows up if you press left button } isi_t; trial { trial_duration = 500; picture t_nt_pic; code = "non-target"; - target_button = 2; #so that a hit shows up if you press right button + #target_button = 2; #so that a hit shows up if you press right button } isi_nt; trial { diff --git a/src/Visual/Verbal/Presenation Files/2 back Visual - verbal - Practice.sce b/src/Visual/Verbal/Presenation Files/2 back Visual - verbal - Practice.sce index 9cb2dda..200700b 100644 --- a/src/Visual/Verbal/Presenation Files/2 back Visual - verbal - Practice.sce +++ b/src/Visual/Verbal/Presenation Files/2 back Visual - verbal - Practice.sce @@ -13,7 +13,7 @@ pulse_width = 10; pcl_file = "2 back Visual - verbal - Practice.pcl"; begin; -text{caption = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nTarget Non-Target"; } t_nt_text; +text{caption = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nBlue Yellow"; } t_nt_text; picture { text t_nt_text; x = 0; y = 0; } t_nt_pic; bitmap {filename = "2-back-Slide1.png"; preload = true;} slide1; picture{ bitmap slide1; x = 0; y = 0; }inst_1; bitmap {filename = "2-back-Slide2.png"; preload = true;} slide2; picture{ bitmap slide2; x = 0; y = 0; }inst_2; diff --git a/src/Visual/Verbal/Presenation Files/2 back Visual - verbal.sce b/src/Visual/Verbal/Presenation Files/2 back Visual - verbal.sce index 1f07e93..6a15925 100644 --- a/src/Visual/Verbal/Presenation Files/2 back Visual - verbal.sce +++ b/src/Visual/Verbal/Presenation Files/2 back Visual - verbal.sce @@ -88,14 +88,14 @@ trial { trial_duration = 485; #slightly more than 1 refesh rate helps creation of next stimuli + when measuring the duration is stabel at 500ms picture t_nt_pic; code = "target"; - target_button = 1; #so that a hit shows up if you press left button + #target_button = 1; #so that a hit shows up if you press left button } isi_t; trial { trial_duration = 485; #slightly more than 1 refesh rate helps creation of next stimuli + when measuring the duration is stabel at 500ms picture t_nt_pic; code = "non-target"; - target_button = 2; #so that a hit shows up if you press right button + #target_button = 2; #so that a hit shows up if you press right button } isi_nt; trial {