From 3f103e42527ab40055e185962b0ecb9e6091a115 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 31 Oct 2023 13:23:59 +0100 Subject: [PATCH] spelling --- .../datainterfaces/behavior/fictrac/fictracdatainterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neuroconv/datainterfaces/behavior/fictrac/fictracdatainterface.py b/src/neuroconv/datainterfaces/behavior/fictrac/fictracdatainterface.py index a43f35190..a7d163011 100644 --- a/src/neuroconv/datainterfaces/behavior/fictrac/fictracdatainterface.py +++ b/src/neuroconv/datainterfaces/behavior/fictrac/fictracdatainterface.py @@ -334,7 +334,7 @@ def extract_session_start_time( - For video file sources (.avi, .mp4, etc), the session start time corresponds to the time when the FicTrac analysis commenced. That is, the session start time reflects the analysis time rather than the actual start of the experiment. - - For camera sources (such as PGR or Basler), the sesion start time is either the time reported by the camera + - For camera sources (such as PGR or Basler), the session start time is either the time reported by the camera or the system time if the camera's SDK does not provide timestamps to Fictrac. In both cases, this time is the experiment start time, barring synchronization issues.