Kyle Mathewson
Kyle Mathewson
Now that we are saving .csv data files of raw data with markers, perhaps we could make analysis modules to load that data, change settings, and look at results in...
need better control over p5js animation frequency one clue is to add ``` p.frameRate(60) ``` another is to use ```Date.now()``` instead of counting draw cycles
Luck book Cohen text signal analysis https://static1.squarespace.com/static/5abefa62d274cb16de90e935/t/5df7db5956ec9170a9b402e1/1576524637645/Electrode_Application_Protocol_Final_Compressed.pdf
Traceback (most recent call last): File "/Users/kylemathewson/eeg-notebooks/venv/lib/python3.7/site-packages/sphinx_gallery/gen_gallery.py", line 159, in call_memory return 0., func() File "/Users/kylemathewson/eeg-notebooks/venv/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 466, in __call__ exec(self.code, self.fake_main.__dict__) File "/Users/kylemathewson/eeg-notebooks/examples/visual_cueing/02r__cueing_group_analysis.py", line 38, in datasets.fetch_dataset(data_dir=eegnb_data_path, experiment='visual-cueing', site='kylemathlab_dev')...
There's a set of sphinx-gallery examples for the four notebooks that you contributed https://neurotechx.github.io/eeg-notebooks/experiments/cueing.html which are slightly modified, but largely unchanged from your original notebooks. What we could do with...
Hey, It would be very useful to tinkering to have a live spectra option for each channel built into the viewer, or as a new viewer. I was going to...
I am on chrome latest version on a mac os on the website https://cs.stanford.edu/people/karpathy/reinforcejs/gridworld_td.html and I don't see the tex equations being rendered properly Looks from here: https://tex.stackexchange.com/questions/299523/how-can-i-compile-tex-code-appearing-on-websites, that MathJAX...