From 75beca7f3262fa5375f1743aa75fd268bf9f72e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <72930209+AurelienJaquier@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:38:20 +0200 Subject: [PATCH] add the new stimuli --- bluepyefe/ecode/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bluepyefe/ecode/__init__.py b/bluepyefe/ecode/__init__.py index 617f6ef..4b6623b 100644 --- a/bluepyefe/ecode/__init__.py +++ b/bluepyefe/ecode/__init__.py @@ -32,15 +32,19 @@ "idrest": step.Step, "idthresh": step.Step, "idthres": step.Step, + "idthreshold": step.Step, "apwaveform": step.Step, "iv": step.Step, "step": step.Step, + "genericstep": step.Step, "spontaps": step.Step, + "sponaps": step.Step, "firepattern": step.Step, "sponnohold30": step.Step, "sponhold30": step.Step, "spontnohold30": step.Step, "sponthold30": step.Step, + "spontaneousnohold": step.Step, "starthold": step.Step, "startnohold": step.Step, "delta": step.Step, @@ -52,6 +56,7 @@ "ramp": ramp.Ramp, "ap_thresh": ramp.Ramp, "apthresh": ramp.Ramp, + "apthreshold": ramp.Ramp, "hyperdepol": HyperDePol.HyperDePol, "dehyperpol": DeHyperPol.DeHyperPol, "negcheops": negCheops.NegCheops,