Update python header in .py files in ./Code
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run Cb Stellate \Delta Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run Cb Stellate +Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run Cb Stellate model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run FS +Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
from numba import types
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run FS model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
from numba import types
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run RS Inhibitory +Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
from numba import types
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
"""
|
||||
Script to run RS Inhibitory model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__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
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run RS Pyramidal +Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run RS Pyramidal model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
from numba import types
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
"""
|
||||
Script to run STN \Delta Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__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
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run STN +Kv1.1 model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = "Copyright 2022, Nils A. Koch"
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"""
|
||||
Script to run STN model
|
||||
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
__author__ = "Nils A. Koch"
|
||||
__copyright__ = 'Copyright 2022, Nils A. Koch'
|
||||
__license__ = "MIT"
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user