cd hay #Do these simulations here if they were not done already for Fig. 5
echo "python3 CTRL.py" 
#python3 CTRL.py
cd ..

taus=(50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 800 850 900 950 1000 1050 1100 1150 1200)
for SLURM_ARRAY_TASK_ID in `seq 0 24`
do
  echo "python3 sim_fIcurve_0to1amps.py ${taus[SLURM_ARRAY_TASK_ID]} 4.0 0"
  python3 sim_fIcurve_0to1amps.py ${taus[SLURM_ARRAY_TASK_ID]} 4.0 0
done

for SLURM_ARRAY_TASK_ID in `seq 0 15` #Do this for `seq 0 79` for a more accurate result
do
  echo "python3 do_vary_fittedcortical_mmns.py $SLURM_ARRAY_TASK_ID"
  python3 do_vary_fittedcortical_mmns.py $SLURM_ARRAY_TASK_ID
done