Skip to content

Commit 1f78fdb

Browse files
committed
update readme about stim files
1 parent e373599 commit 1f78fdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ expParameters = createFilename(cfg, expParameters);
6666
% and add some more in this case (Speed and is_Fixation)
6767
logFile = saveEventsFile('open', expParameters, [], 'Speed', 'is_Fixation');
6868
69+
% to initialize a stim file in case you want to store the info about the stimuli in it
70+
stimFile = saveEventsFile('open_stim', expParameters, []);
71+
6972
% create the information about 2 events that we want to save
7073
logFile(1,1).onset = 2;
7174
logFile(1,1).trial_type = 'motion_up';

0 commit comments

Comments
 (0)