bmtool 0.7.4__tar.gz → 0.7.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bmtool-0.7.4 → bmtool-0.7.4.1}/PKG-INFO +1 -1
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/synapses.py +6 -4
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/PKG-INFO +1 -1
- {bmtool-0.7.4 → bmtool-0.7.4.1}/setup.py +1 -1
- {bmtool-0.7.4 → bmtool-0.7.4.1}/LICENSE +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/README.md +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/SLURM.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/__init__.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/__main__.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/__init__.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/entrainment.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/lfp.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/netcon_reports.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/spikes.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/__init__.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/connections.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/entrainment.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/lfp.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/netcon_reports.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/spikes.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/connectors.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/debug/__init__.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/debug/commands.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/debug/debug.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/graphs.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/manage.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/plot_commands.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/singlecell.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/__init__.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/commands.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/neuron/__init__.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/neuron/celltuner.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/util.py +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/SOURCES.txt +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/dependency_links.txt +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/entry_points.txt +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/requires.txt +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/top_level.txt +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/pyproject.toml +0 -0
- {bmtool-0.7.4 → bmtool-0.7.4.1}/setup.cfg +0 -0
@@ -722,8 +722,9 @@ class SynapseTuner:
|
|
722
722
|
for i in range(3):
|
723
723
|
self.vcl.amp[i] = self.conn["spec_settings"]["vclamp_amp"]
|
724
724
|
self.vcl.dur[i] = vcldur[1][i]
|
725
|
-
h.finitialize(self.cell.Vinit * mV)
|
726
|
-
h.continuerun(self.tstop * ms)
|
725
|
+
#h.finitialize(self.cell.Vinit * mV)
|
726
|
+
#h.continuerun(self.tstop * ms)
|
727
|
+
h.run()
|
727
728
|
else:
|
728
729
|
self.tstop = self.general_settings["tstart"] + self.general_settings["tdur"]
|
729
730
|
self.nstim.interval = 1000 / input_frequency
|
@@ -731,8 +732,9 @@ class SynapseTuner:
|
|
731
732
|
self.nstim2.number = 0
|
732
733
|
self.tstop = self.w_duration.value + self.general_settings["tstart"]
|
733
734
|
|
734
|
-
h.finitialize(self.cell.Vinit * mV)
|
735
|
-
h.continuerun(self.tstop * ms)
|
735
|
+
#h.finitialize(self.cell.Vinit * mV)
|
736
|
+
#h.continuerun(self.tstop * ms)
|
737
|
+
h.run()
|
736
738
|
|
737
739
|
def InteractiveTuner(self):
|
738
740
|
"""
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|