Skip to content

Commit b637c25

Browse files
committed
update trigger readout
1 parent a374894 commit b637c25

File tree

1 file changed

+1
-1
lines changed
  • scripts/step01_taskscripts

1 file changed

+1
-1
lines changed

scripts/step01_taskscripts/pain.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function pain(sub,input_counterbalance_file, run_num, session, biopac, debug)
311311
T.event03_stimulus_biopac(trl) = biopac_linux_matlab( channel, channel.administer, 1);
312312
end_event03_stimulus = WaitSecs('UntilTime', anchor + design_file.onset_ev03(trl));
313313
biopac_linux_matlab( channel, channel.administer, 0);
314-
%T.event03_stimulusP_trigger(trl) = strcat(response{3}, '_',response{6});
314+
T.event03_stimulus_P_trigger(trl) = strcat(response{3}, '_AND_', response{6});
315315

316316
%% ___________________ 7. jitter 04 Fixtion Jitter 0-2 sec _________________________
317317

0 commit comments

Comments
 (0)