# -*- coding: utf-8 -*-
"""
Created on Wed April 03 14:27:26 2019

Description: Define arrays for holding global references to the GPe DBS 
			 stimulation signals.

			 Fleming JE, Dunn E, Lowery MM (2020) Simulation of Closed-Loop Deep Brain
			 Stimulation Control Schemes for Suppression of Pathological Beta Oscillations in
			 Parkinson’s Disease. Frontiers in Neuroscience 14:166

@author: John Fleming, john.fleming@ucdconnect.ie
"""

# Define DBS GPe signal globally
GPe_DBS_Signals = []
GPe_stimulation_iclamps = []