ScouseTom
ScouseTom copied to clipboard
Open Source EIT system using Keithley 6221 current source and EEG systems
Theres 23 branches and many of them are stale
Distribution of stim phases should be dependent on the number of stims per injection. Currently it gives either 360 phases or as many as is possible based on frequency. But...
This should ditch the GUI and just give barebones expsetup which you change in a script
Check switches incorrectly gives an error on the first board after runing ScouseTom_Start. Most likely a bug in how the switches are initialised in the Check_Switches routine
scary warnings for no reason
In order to aid processing of long recordings, and limit the data loss if a trigger was missed for some reason, once the protocol is complete there should be a...
We were thinking about using doxygen for matlab. But I found most of doxygen functionalities can be substituted by matlab `help` function. I think a good description for each function...
Nir reminded me of an occasional problem where Matlab crashes and you cant stop the system without reseting the whole thing. So a physical button to stop the injection would...
I've detected a few things that can be simplified in the Arduino code to make it more readable and/or efficient. I thought I could list some of them in this...
See [here](http://arduino.stackexchange.com/questions/56/what-is-the-best-way-to-unit-test-my-code-without-controller) and [here](https://github.com/mmurdoch/arduinounit), and maybe [here](https://code.google.com/p/arduinounit/).