Update python header in .py files in ./Code

This commit is contained in:
nkoch1
2022-11-22 14:35:03 -05:00
parent c0c5d1f087
commit 739dde6042
43 changed files with 141 additions and 133 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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