From cb1b68d8276f51e4b8b255126ecfc0afce3060b2 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 14 Oct 2024 13:43:39 -0400 Subject: [PATCH] Update fLoc.py --- fLoc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fLoc.py b/fLoc.py index 3323f3a..0091a5c 100644 --- a/fLoc.py +++ b/fLoc.py @@ -631,6 +631,7 @@ def main(debug=False): run_response_times += [resp[1] for resp in responses] # Log the inter-stimulus interval. + # TODO: Try to adjust timing based on *expected* onset and duration here. actual_duration = trial_clock.getTime() loading_plus_stim_duration = fixation_trial_clock.getTime() isi_dur = np.maximum(trial_duration - loading_plus_stim_duration, 0)