Permalink
Switch branches/tags
Nothing to show
Commits on Apr 12, 2017
  1. Update get_data signature in Cortical_Column.h

    committed on GitHub Apr 12, 2017
  2. Update get_data signature in Thalamic_Column.h

    committed on GitHub Apr 12, 2017
Commits on Apr 1, 2017
  1. Fix typo

    committed on GitHub Apr 1, 2017
  2. Create README.md

    committed on GitHub Apr 1, 2017
Commits on Mar 31, 2017
  1. Add missing reference to vector of data pointers

    committed on GitHub Mar 31, 2017
  2. Merge pull request #1 from crossley/master

    Update NM_TC.pro
    committed on GitHub Mar 31, 2017
Commits on Sep 26, 2016
  1. Fixed a minor casting bug in random stream implementation and renamed…

    … the streams to camel case
    committed Sep 26, 2016
Commits on Sep 13, 2016
  1. Major cleanup and moderinization

    committed Sep 13, 2016
Commits on Mar 31, 2016
Commits on Mar 24, 2016
Commits on Mar 21, 2016
  1. Removed old matlab files

    committed Mar 21, 2016
  2. Corrected typo in the reference

    committed Mar 21, 2016
Commits on Feb 1, 2016
Commits on Dec 29, 2015
  1. General code cleanup.

    Removed dependency on boost libraries.
    committed Dec 29, 2015
Commits on Nov 9, 2015
  1. Updated the code with correct license.

    Put mex definitions into mex file to be able to run purely from c++
    committed Nov 9, 2015
Commits on Aug 7, 2015
  1. Update of RK iteration

    Updated to new scheme after Rößler2010
    No more macro shenanigans
    Replaced pow(*, N) function with N times product
    committed Aug 7, 2015
Commits on Apr 1, 2015
  1. Fixed some smaller typos.

    Version of the Submission to NeuroImage
    
    	modified:   Cortical_Column.h
    	modified:   Plots.m
    	modified:   Test_Parameters.m
    	modified:   Test_Stimulation.m
    	modified:   Thalamic_Column.h
    committed Apr 1, 2015
Commits on Jan 20, 2015
  1. More parameter tuning.

    Changed the conduction speed nu to 60E-3, so that one round is around 30ms
    committed Jan 20, 2015
Commits on Jan 19, 2015
  1. Made a matlab function for parameter testing

    Tuned parameters for N2.
    committed Jan 19, 2015
Commits on Jan 9, 2015
  1. Fixed some of the parameters to get a better SO_Average for N2. However,

    the mean membrane voltageis rather high(-54 mV compared to -56.4 for
    cortex only)
    committed Jan 9, 2015
Commits on Dec 4, 2014
  1. Imported the project into QTcreator,

    More parameter fixes and first tries with bursting stimulation.
    committed Dec 4, 2014
Commits on Nov 25, 2014
  1. More Parameter tuning.

    Nice spindles during N2.
    Ok N3.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 25, 2014
Commits on Nov 13, 2014
  1. Added a tracking function for I_h activation.

    Put P_h back for testing.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 13, 2014
Commits on Nov 11, 2014
  1. More tuning, changed Ca0 to 2.4. alpha_Ca to 51.8

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Nov 7, 2014
Commits on Nov 4, 2014
  1. More parameter tuning

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 31, 2014
Commits on Oct 20, 2014
  1. Fixed a bug in the stimulation protocol regarding multiple stimuli.

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 1, 2014
Commits on Oct 1, 2014
  1. Updated implementation of the Thalamo-cortical model

    Stimulation protocol has been reworked
    Multiple code cleanups and spelling fixes
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Oct 1, 2014
Commits on Aug 21, 2014
  1. Tuned the parameters of both the thalammic and the cortical column.

    Increased g_KLeak to and g_KNa to counteract excitation from the other
    column.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Aug 21, 2014
Commits on Jun 25, 2014
  1. Tuned the parameters slightly

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Jun 25, 2014
Commits on Jun 18, 2014
  1. Cleaned up the code.

    Needs minor parameter fixing for figures.
    committed Jun 18, 2014
Commits on May 28, 2014
Commits on May 14, 2014
  1. Updated parameters.

    Unified phi_x to phi.
    AWESOME SWS
    committed May 14, 2014
Commits on Apr 24, 2014
  1. Cleanup. Made comments line save

    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 24, 2014
Commits on Apr 3, 2014
  1. Updated the TC model to latest code changes.

    Parameters are now locally defined as const double within class
    definition.
    
    Therefore no Parameters.h file anymore
    
    Updated the Stimulation protocol to reflect periodic and phase-dependent
    stimulation
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Apr 2, 2014
Commits on Mar 10, 2014
  1. Small bugfixes.

    Added the long range afferents.
    
    Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
    committed Mar 10, 2014