Commits on Sep 26, 2016
Commits on Sep 13, 2016
Commits on Mar 23, 2016
Commits on Feb 8, 2016
  1. Merge branch 'Test_param'

    Conflicts:
    	Plots.m
    	Thalamic_Column.cpp
    	Thalamic_Column.h
    	Thalamus.cpp
    	saves.h
    committed Feb 8, 2016
Commits on Feb 1, 2016
Commits on Dec 29, 2015
  1. General code cleanup.

    Updated the license.
    Removed dependency on boost libraries
    committed Dec 29, 2015
  2. General code cleanup.

    Removed dependency from boost libraries.
    committed Dec 29, 2015
Commits on May 5, 2015
  1. Added a project file for QT Creator.

    Reworked the iterative solver for Stochastic RK after Rößler2010.
    The new scheme ist much cleaner and easier. However, it seems the old one was slightly off, so new parameter tunings might be needed.
    Removed unneeded use of variadic macros.
    committed May 5, 2015
Commits on Nov 5, 2014
  1. Cleaned up the code (removed P_h as variable)

    Fixed tau_h
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 5, 2014
Commits on Oct 30, 2014
  1. More Parameter tuning. Prep work for instant calcium binding on P_h

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 30, 2014
Commits on Oct 20, 2014
  1. Changed some parameters to better fit with previous detailed single

    neuron studies.
    
    Still shows spindle oscillations
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 20, 2014
Commits on Aug 27, 2014
  1. Removed unnecessary ODE.h file and made iteration a Class function. Not

    viable for grid approaches though.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Aug 27, 2014
Commits on May 14, 2014
  1. Removed m_T calculation.

    committed May 14, 2014
  2. Code cleanups.

    Added license
    Made comments linebreak save
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 24, 2014
Commits on Apr 3, 2014
  1. Moved paramters into the class definition.

    That makes it easier to modify them at initialization.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 3, 2014
Commits on Mar 10, 2014
  1. Small bugfixes and cleanup.

    committed Mar 10, 2014
  2. Code cleanups.

    Moved all noise generation into the module.
    Simplified most of the code.
    committed Mar 10, 2014
Commits on Mar 1, 2014
  1. Moved RNGs into the population to reduce memory consumption.

    Removed the unneeded plotting functions.
    committed Mar 1, 2014
Commits on Nov 9, 2013
Commits on Nov 6, 2013
  1. Added references.

    	Cleared some typos
    
    	modified:   Plots.m
    	modified:   Thalamic_Column.cpp
    	modified:   Thalamus.cpp
    	modified:   Thalamus.mexa64
    	deleted:    poster_plot.m~
    committed Nov 6, 2013
Commits on Sep 18, 2013
  1. Slightly changed the parameters.

    Restructured some of the equations.
    Some simplifications.
    committed Sep 18, 2013
Commits on Jul 3, 2013
  1. Changed some parameters and formulas to match Arnes Formulation. Shows

    now delta oscillations followed by spindles. Needs finetuning
    committed Jul 3, 2013
Commits on May 2, 2013
  1. Added I_KCa and I_CAN to reticular population.

    Removed difference in synaptic response between TC and RE population.
    committed May 2, 2013
  2. Cleaned up code again.

    Fixed typos in weighting function and inhibitory synaptic input.
    committed May 2, 2013
Commits on Apr 29, 2013
  1. Adapted the different currents as proposed by Zygierewicz2001. The I_T

    current of the TC population now produces realistic spindles.
    
    I_KCa and I_CAN current seem to create 2 sepearate bursts during a
    spindle. They are however not needed for its generation, so they will be
    ost likely be ommited.
    committed Apr 29, 2013
Commits on Apr 18, 2013
  1. renamed some files, fixed some typos and some descriptions.

    Added KCa and CAN channel
    committed Apr 18, 2013