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,11 @@
"""
Functions for 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 h5py

View File

@@ -1,10 +1,11 @@
"""
Functions for Cb Stellate with 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 h5py
import scipy

View File

@@ -1,10 +1,11 @@
"""
Functions for model from Pospischil et al. 2008 - RS Pyramidal, RS inhibitory, and FS
__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 gc
import h5py

View File

@@ -1,10 +1,11 @@
"""
Functions for 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 scipy
import json

View File

@@ -1,10 +1,10 @@
"""
Functions for STN model with Kv1.1
__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 scipy
import json

View File

@@ -1,10 +1,10 @@
"""
General functions used throughout simulation scripts
__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 json