Skip to content
Snippets Groups Projects
  1. Aug 12, 2013
    • jsiegle's avatar
      Massive overhaul of PhaseDetector · c2bea4de
      jsiegle authored
      The user can now select up to 5 different phase detectors within the same
      module, each triggered on one of four different phases. Each can have
      its own unique input channel, output channel, and gate. This is a vast
      improvement over what we were dealing with beforehand.
      c2bea4de
  2. Aug 11, 2013
  3. Aug 10, 2013
  4. Aug 09, 2013
  5. Aug 08, 2013
  6. Aug 07, 2013
  7. Aug 05, 2013
  8. Aug 04, 2013
  9. Aug 03, 2013
  10. Aug 02, 2013
  11. Jul 29, 2013
  12. Jul 25, 2013
    • aacuevas's avatar
      Fixed TTL events causing Spike Viewer glitch · bd3a4217
      aacuevas authored
      SpikeDetector used the channel count as eventType on the event channel list, which was used by SpikeDisplayNode to draw the appropiate plot. However, eventType should be used to differentiate different event types, as TTL vs. SPIKE. As result, SpikeDisplayNode tried to plot TTL event channels as 3 electrode plots.
      Fixed by adding an offset (SPIKE_BASE_CODE=100) to the channel count at eventType to avoid said collision. However, we perhaps should try to find a more elegant solution.
      bd3a4217
Loading