### Analysis of DG network data ###
# This Python code creates a scatter plot of output vs input sim scores.
# Enter the idname
# ModelDB file along with publication:
# Yim MY, Hanuschkin A, Wolfart J (2015) Hippocampus 25:297-308.
# http://onlinelibrary.wiley.com/doi/10.1002/hipo.22373/abstract
# modified and augmented by
# Man Yi Yim / 2015
# Alexander Hanuschkin / 2011
idname = "-pp10-gaba4-kir4-st30"
execfile('plot_DG_all.py')
execfile('inout_pattern.py')
print "Change step = 1 in inout_pattern.py to produce the same result as in Yim et al. (2015)"