Update: code cleaned up
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri Jun 18 10:47:40 2021
|
||||
Script to run Cb Stellate \Delta Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 8 16:20:11 2021
|
||||
Script to run Cb Stellate +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Script to run Cb Stellate model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
from Code.Functions.Utility_fxns import capacitance, stimulus_init, init_dict
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri May 7 23:37:22 2021
|
||||
Script to run FS +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri May 7 23:37:22 2021
|
||||
Script to run FS model
|
||||
|
||||
@author: nils
|
||||
|
||||
Original Pospischil FS (no Kv1.1)
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri May 7 23:37:22 2021
|
||||
Script to run RS Inhibitory +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri May 7 23:37:22 2021
|
||||
Script to run RS Inhibitory model
|
||||
|
||||
@author: nils
|
||||
|
||||
Original Pospischil RS inhibitory (no Kv1.1)
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
from numba import types
|
||||
from numba.typed import Dict
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri May 7 23:37:22 2021
|
||||
Script to run RS Pyramidal +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri May 7 23:37:22 2021
|
||||
Script to run RS Pyramidal model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri Jun 18 10:53:45 2021
|
||||
Script to run STN \Delta Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
import numpy as np
|
||||
import os
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Script to run STN +Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
from Code.Functions.Utility_fxns import capacitance, stimulus_init, init_dict
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Script to run STN model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
from Code.Functions.Utility_fxns import capacitance, stimulus_init, init_dict
|
||||
|
||||
Reference in New Issue
Block a user