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
Copy file name to clipboardExpand all lines: readme.org
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ This project is clojurescript that transpiles to javascript (see the [[https://g
49
49
* code path: enter in [[https://github.com/LabNeuroCogDevel/choice-landscape/blob/master/src/landscape/core.cljs#L202][core.cljs]] and follow to loop.cljs/run-loop and display-state
50
50
* model updating with [[https://github.com/LabNeuroCogDevel/choice-landscape/blob/master/src/landscape/model.cljs#L123][model.cljs/next-step]] and
51
51
* displayed with [[https://github.com/LabNeuroCogDevel/choice-landscape/blob/master/src/landscape/view.cljs#L364][view.cljs/display-state]]
52
-
* EEG status channel TTL codes are generated with [[https://github.com/LabNeuroCogDevel/choice-landscape/blob/master/src/landscape/model/phase.cljs#L96][phase/gen-ttl]]
52
+
* EEG status channel TTL codes are generated with [[https://github.com/LabNeuroCogDevel/choice-landscape/blob/master/src/landscape/model/phase.cljs#L96][phase/gen-ttl]], more is written about them on [[file:results/LoeffEEGPhotoTiming/readme.org][results/LoeffEEGPhotoTiming/readme.org]]
53
53
54
54
* Debugging
55
55
Using e.g. CIDER with figwheel-main:dev (C-c M-J in emacs on core.cljs)
@@ -36,7 +62,7 @@ The task computer also records it's own history of events into a json file turne
36
62
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.
37
63
38
64
First onset is the start of the run and of the recording. Baseline all timings to that
39
-
#+begin_src matlab
65
+
#+begin_src matlab :eval never
40
66
% adjust to very first iti_onset. and move from ms to seconds
0 commit comments