You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is before where waitForTrigger was giving problems
function waitFor(cfg, timeToWait)
%
% Will either wait for a certain amount of time or a number of triggers.
%
% USAGE::
%
% waitFor(cfg, timeToWait)
%
% (C) Copyright 2020 CPP_PTB developers
if cfg.pacedByTriggers.do
waitForTrigger( ...
cfg, ...
cfg.keyboard.responseBox, ...
cfg.pacedByTriggers.quietMode, ...
timeToWait);
else
WaitSecs(timeToWait);
end
end
Error message
No response
Environment
- OS:
- Matlab:
- SPM:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
will look into this and I suspect we might be able to salvage this and revert that change but it might have to go along with some changes in the localizers code.
Some refactoring to some of the defaults for MRI from the localizers into the CPP PTB defaults: if cfg.testingDevice == 'mri' then we should expect some default value for
Is there an existing issue for this?
Expected Behavior
no wait for trigger inside
Current Behavior
this is before where
waitForTrigger
was giving problemsError message
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: