Skip to content

Commit

Permalink
add cheops to list of stim docs (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed May 8, 2024
1 parent d3d6d3d commit fcf8ad0
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/source/list_of_stim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,29 @@ FirePattern

# Testing
assert len(ramp.current) > 0
assert len(step.current) > 0
assert len(step.current) > 0

PosCheops
~~~~~~~~~

**Definition**: The PosCheops stimulus is a sequence of increasing and decreasing ramps with a positive amplitude.

.. plot::
:context: close-figs
:include-source: True

pos_cheops = stim_factory.pos_cheops(threshold_current=0.5)
pos_cheops.plot()


NegCheops
~~~~~~~~~

**Definition**: The NegCheops stimulus is a sequence of increasing and decreasing ramps with a negative amplitude.

.. plot::
:context: close-figs
:include-source: True

neg_cheops = stim_factory.neg_cheops(threshold_current=0.5)
neg_cheops.plot()

0 comments on commit fcf8ad0

Please sign in to comment.