Skip to content

Commit

Permalink
Regenerated cells
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 13, 2024
1 parent ab1595e commit cd80249
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 6 deletions.
21 changes: 21 additions & 0 deletions examples/parametersweep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@
<img alt="?" src="mean_spike_frequency_dt_GenericNeuronCell.png" height="160"/></a>
</td>
<tr>
<tr>
<td width=30><b>GenericNeuronCellX</b></td>
<td><a href="mean_spike_frequency_GenericNeuronCellX.png">
<img alt="?" src="mean_spike_frequency_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="firing_rates_GenericNeuronCellX.png">
<img alt="?" src="firing_rates_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="heatmap_GenericNeuronCellX.png">
<img alt="?" src="heatmap_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="dt_traces_GenericNeuronCellX.png">
<img alt="?" src="dt_traces_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="heatmap_dt_GenericNeuronCellX.png">
<img alt="?" src="heatmap_dt_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="mean_spike_frequency_dt_GenericNeuronCellX.png">
<img alt="?" src="mean_spike_frequency_dt_GenericNeuronCellX.png" height="160"/></a>
</td>
<tr>
<tr>
<td width=30><b>GenericMuscleCell</b></td>
<td><a href="mean_spike_frequency_GenericMuscleCell.png">
Expand Down
12 changes: 6 additions & 6 deletions examples/parametersweep/Sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

heatmap_lims=[-110,20]

standard_stim_amps = ['%spA'%(i/10.0) for i in xrange(-5,70,1)]
standard_stim_amps = ['%spA'%(i/10.0) for i in range(-5,70,1)]

if '-all' in sys.argv:

Expand All @@ -24,7 +24,7 @@


vary = {'stim_amp':standard_stim_amps}
#vary = {'stim_amp':['%spA'%(i/10.0) for i in xrange(-10,20,5)]}
#vary = {'stim_amp':['%spA'%(i/10.0) for i in range(-10,20,5)]}
#vary = {'stim_amp':['-100pA','0pA','100pA','200pA','300pA','400pA']}

cells = colors.keys()
Expand Down Expand Up @@ -146,9 +146,9 @@

vary = {'stim_amp':standard_stim_amps}

#vary = {'number_per_cell':[i for i in xrange(0,250,10)]}
#vary = {'number_per_cell':[i for i in range(0,250,10)]}
vary = {'stim_amp':['-1pA','0pA','1.5pA','2pA']}
vary = {'stim_amp':['%spA'%(i/10.0) for i in xrange(-20,60,5)]}
vary = {'stim_amp':['%spA'%(i/10.0) for i in range(-20,60,5)]}

type = 'GenericMuscleCell'
type = 'GenericNeuronCell'
Expand Down Expand Up @@ -197,9 +197,9 @@
vary = {'dt':[0.1,0.05,0.025,0.01,0.005,0.0025,0.001]}
vary = {'dt':[0.1,0.05,0.025,0.01,0.005]}

#vary = {'number_per_cell':[i for i in xrange(0,250,10)]}
#vary = {'number_per_cell':[i for i in range(0,250,10)]}
#vary = {'stim_amp':['1pA','1.5pA','2pA']}
vary = {'stim_amp':['%spA'%(i/10.0) for i in xrange(-3,60,1)]}
vary = {'stim_amp':['%spA'%(i/10.0) for i in range(-3,60,1)]}

type = 'GenericMuscleCell'
type = 'GenericNeuronCell'
Expand Down
Binary file modified examples/parametersweep/firing_rates_GenericMuscleCell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/parametersweep/firing_rates_GenericNeuronCell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/parametersweep/heatmap_GenericMuscleCell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/parametersweep/heatmap_GenericNeuronCell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions examples/parametersweep/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@
<img alt="?" src="mean_spike_frequency_dt_GenericNeuronCell.png" height="160"/></a>
</td>
<tr>
<tr>
<td width=30><b>GenericNeuronCellX</b></td>
<td><a href="mean_spike_frequency_GenericNeuronCellX.png">
<img alt="?" src="mean_spike_frequency_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="firing_rates_GenericNeuronCellX.png">
<img alt="?" src="firing_rates_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="heatmap_GenericNeuronCellX.png">
<img alt="?" src="heatmap_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="dt_traces_GenericNeuronCellX.png">
<img alt="?" src="dt_traces_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="heatmap_dt_GenericNeuronCellX.png">
<img alt="?" src="heatmap_dt_GenericNeuronCellX.png" height="160"/></a>
</td>
<td><a href="mean_spike_frequency_dt_GenericNeuronCellX.png">
<img alt="?" src="mean_spike_frequency_dt_GenericNeuronCellX.png" height="160"/></a>
</td>
<tr>
<tr>
<td width=30><b>GenericMuscleCell</b></td>
<td><a href="mean_spike_frequency_GenericMuscleCell.png">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd80249

Please sign in to comment.