A leaky integrate-and-fire model with adaption current for P-units.
Go to file
2020-01-17 17:29:38 +01:00
introduction commit all existing code 2019-12-20 13:33:34 +01:00
models add interface about available info of model (V, spiketimes, frequency), move parameter functions to abstractmodel 2020-01-15 14:39:26 +01:00
stimuli extend stimuli interface for start, duration, end metadata 2020-01-15 14:36:35 +01:00
tests add test for firerate model, move step size test 2020-01-15 14:32:30 +01:00
.gitignore inital commit 2019-12-20 13:32:36 +01:00
AdaptionCurrent.py commit all existing code 2019-12-20 13:33:34 +01:00
CellData.py started the creation of a model interface and a dataparser for models 2019-12-20 14:43:02 +01:00
DataParserFactory.py extend interface + implement scrappy model parser(to be reworked) 2020-01-15 14:41:24 +01:00
FiCurve.py commit all existing code 2019-12-20 13:33:34 +01:00
functionalityTests.py add test for firerate model, move step size test 2020-01-15 14:32:30 +01:00
functions.py add line function and its inverse 2020-01-15 14:34:38 +01:00
generalTests.py commit all existing code 2019-12-20 13:33:34 +01:00
helperFunctions.py add todo 2020-01-15 14:37:12 +01:00
main.py commit all existing code 2019-12-20 13:33:34 +01:00
README.md Initial commit 2019-12-20 13:23:17 +01:00
RelationAdaptionVariables.py add way to test other parameters 2020-01-17 17:29:38 +01:00

neuronModel