From cc7bacf5e4556482d05b5a1a1fbf97e5510fe43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Lespinasse?= Date: Wed, 17 Jun 2020 10:22:39 -0400 Subject: [PATCH] empty commit --- phys2bids/slice4phys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phys2bids/slice4phys.py b/phys2bids/slice4phys.py index 8291d1231..573a7d1dc 100644 --- a/phys2bids/slice4phys.py +++ b/phys2bids/slice4phys.py @@ -56,7 +56,7 @@ def find_runs(phys_in, ntp_list, tr_list, thr=None, padding=9): phys_in.check_trigger_amount(thr=thr, num_timepoints_expected=run_tps, tr=tr_list[run_idx]) # If it's the very first run, start the run at sample 0, - # otherwise find the index of time 0 + # otherwise start is first trigger (adjust with padding later) if run_idx == 0: run_start = 0 else: