Skip to content

Commit

Permalink
PhotoTiming readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
WillForan committed Nov 10, 2024
2 parents c9011dd + 3e01cd4 commit 2d3c427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified results/LoeffEEGPhotoTiming/img/PDshift_histogram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions results/LoeffEEGPhotoTiming/readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
** Status Channel (in recording)
Status channel trigger values include

- photodiode triggered events (routed through buttonbox). These are always ttl value ~1~
- those sent by the button box ~2-4~ (RT, initiiates "waiting" event)
- those exlictly sent by the task ~10-230~ (indicating event iti,choice,timeout,waiting,feedback,survey)
- photodiode triggered events (routed through button box). These are always ttl value ~1~
- those sent by the button box ~2-4~ (RT, initiates "waiting" event)
- those explicitly sent by the task ~10-230~ (indicating event iti,choice,timeout,waiting,feedback,survey)

They can be grouped like
#+begin_example
Expand All @@ -33,7 +33,7 @@ ttl_label = discretize(event_ttl,cuts,labs);

** Task tsv file (external)
The task computer also records it's own history of events into a json file turned into a tsv.
The timing recorded here is expected to be ahead of what is actually displayed due to sotware (web browser) and hardware (screen refresh rate, wiring) delays.
The timing recorded here is expected to be ahead of what is actually displayed due to software (web browser) and hardware (screen refresh rate, wiring) delays.

First onset is the start of the run and of the recording. Baseline all timings to that
#+begin_src matlab
Expand All @@ -54,7 +54,7 @@ or from [[file:example.m]]


* Adjusting
[[file:pd2taskEEGLAB.m]] takes events and moves the onset of the photodoide (ttl=1) onto the approrpate preceding event.
[[file:pd2taskEEGLAB.m]] takes events and moves the onset of the photodoide (ttl=1) onto the appropriate preceding event.
see [[file:example.m]]

|-----+-----------+---+------+------------|
Expand Down

0 comments on commit 2d3c427

Please sign in to comment.