Skip to content

Commit

Permalink
final version before collecting data for cystinosis 2021 project
Browse files Browse the repository at this point in the history
  • Loading branch information
DouweHorsthuis committed Dec 7, 2021
1 parent a4a77e4 commit 1ca0805
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 111 deletions.
100 changes: 0 additions & 100 deletions src/Auditory/Presentation Files/Sequences/n-back_sequence_1.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ array <int> 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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,8 @@
<vt>0</vt>
</trigger_mode>
<udt>0</udt>
<ulo>Stable 0ms between stim and trigger, both stimulus and ISI is presented always for 500ms each</ulo>
<ulo>Stable 0ms between stim and trigger, both stimulus and ISI is presented always for 500ms each </ulo>
<ulo>Collected in AR</ulo>
<unc>0</unc>
<upb>0</upb>
<urp>0</urp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1ca0805

Please sign in to comment.