-
Fixed minor casting bug in renadom stream and renamed them to camel case
miscco committedSep 26, 2016
-
Major cleanup and code modernization
miscco committedSep 13, 2016
-
Fixed error in license and added option for noise free setting
miscco committedMar 23, 2016
-
Conflicts: Plots.m Thalamic_Column.cpp Thalamic_Column.h Thalamus.cpp saves.h
miscco committedFeb 8, 2016
-
Updated the naming convention and switched to the Random_stream header
miscco committedFeb 1, 2016
-
Updated the license. Removed dependency on boost libraries
miscco committedDec 29, 2015
-
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.
miscco committedMay 5, 2015
-
Cleaned up the code (removed P_h as variable)
Fixed tau_h Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
miscco committedNov 5, 2014
-
More Parameter tuning. Prep work for instant calcium binding on P_h
Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
miscco committedOct 30, 2014
-
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>
miscco committedOct 20, 2014
-
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>
miscco committedAug 27, 2014
-
miscco committed
May 14, 2014 -
Added license Made comments linebreak save Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
miscco committedApr 24, 2014
-
Moved paramters into the class definition.
That makes it easier to modify them at initialization. Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
miscco committedApr 3, 2014
-
miscco committed
Mar 10, 2014 -
Moved all noise generation into the module. Simplified most of the code.
miscco committedMar 10, 2014
-
Moved RNGs into the population to reduce memory consumption.
Removed the unneeded plotting functions.
miscco committedMar 1, 2014
-
Rewrote the function to generate phase independent stimulation
miscco committedNov 9, 2013
-
Cleared some typos modified: Plots.m modified: Thalamic_Column.cpp modified: Thalamus.cpp modified: Thalamus.mexa64 deleted: poster_plot.m~
miscco committedNov 6, 2013
-
Slightly changed the parameters.
Restructured some of the equations. Some simplifications.
miscco committedSep 18, 2013
-
Changed some parameters and formulas to match Arnes Formulation. Shows
now delta oscillations followed by spindles. Needs finetuning
miscco committedJul 3, 2013
-
Added I_KCa and I_CAN to reticular population.
Removed difference in synaptic response between TC and RE population.
miscco committedMay 2, 2013 -
Fixed typos in weighting function and inhibitory synaptic input.
miscco committedMay 2, 2013
-
Cleaned up the code and structurized it
miscco committedApr 29, 2013 -
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.
miscco committedApr 29, 2013
-
renamed some files, fixed some typos and some descriptions.
Added KCa and CAN channel
miscco committedApr 18, 2013