Skip to content

Commit

Permalink
update output of negCheops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Dec 5, 2023
1 parent c469c4b commit 0051d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyefe/ecode/DeHyperPol.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DeHyperPol(Recording):
"""DeHyperpol current stimulus
The hyperpolarizing step is usually fixed at 150% of rheobase, and the hyperpolarizing step
can usually vary from -40% to -160% of rheobase
can usually vary from -40% to -160% of rheobase.
hypamp hypamp+amp hypamp+amp2 hypamp
: : : :
Expand Down
5 changes: 5 additions & 0 deletions bluepyefe/ecode/negCheops.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ def get_stimulus_parameters(self):
"""Returns the eCode parameters"""
ecode_params = {
"delay": self.ton,
"t1": self.t1,
"t2": self.t2,
"t3": self.t3,
"t4": self.t4,
"toff": self.toff,
"amp": self.amp,
"thresh_perc": self.amp_rel,
"duration": self.toff - self.ton,
Expand Down

0 comments on commit 0051d44

Please sign in to comment.