diff --git a/setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m b/setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m index c52c71851c8c0b727c68e9680af935d48f99c451..432f74706a85af5d2a5c40cf15d1bfdc0587b139 100644 --- a/setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m +++ b/setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m @@ -30,10 +30,8 @@ function pb_vRunExp(handles) Dat = pb_dataobj(nblocks); % initialize recordings - if ~debug - rc = pb_runPupil; - [ses,str] = pb_runLSL; - end + rc = pb_runPupil; + [ses,str] = pb_runLSL; expTime = tic; %% START BLOCK @@ -48,10 +46,8 @@ function pb_vRunExp(handles) pb_vCheckServo(~ismac && ~debug); % start recording - if ~debug - pb_startLSL(ses); - pb_startPupil(rc); - end + pb_startLSL(ses); + pb_startPupil(rc); % start vestibular chair if ~ismac && ~debug