Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/kushalkolar/MESmerize
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Jul 21, 2020
2 parents ae1f567 + 9c548da commit 5d63f54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/user_guides/flowchart/nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ StaticDFoFo
============ =========================================


.. _node_StimTuning
.. _node_StimTuning:

StimTuning
^^^^^^^^^^
Expand Down Expand Up @@ -1084,7 +1084,7 @@ KMeans

:class:`Source <mesmerize.pyqtgraphCore.flowchart.library.Clustering.KMeans>`

Basically `sklearn.cluster.KMeans <https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html>`_.
Basically `sklearn.cluster.KMeans <https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html>`_.


----------------------
Expand Down
7 changes: 5 additions & 2 deletions docs/source/user_guides/plots/stimulus_tuning.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. _plot_StimulusTuning
.. _plot_StimulusTuning:

Stimulus Tuning
***************

Get the stimulus tuning and tuning curves of neurons.

**The output from this plot node can be used for various things, such as hierarchical clustering to sort your cells based on their tuning, visualizing the tuning of each neuron using a :ref:`SpaceMap plot <plot_SpaceMap>`, and much more. See the video tutorial for examples.**
The output from this plot node can also be used for various things downstream, such as hierarchical clustering to sort your cells based on their tuning, visualizing the tuning of each neuron using a :ref:`SpaceMap plot <plot_SpaceMap>`, and much more. See the video tutorial for examples.

Video Tutorial
==============
Expand All @@ -22,6 +22,9 @@ Layout

.. image:: ./stim_tuning.png

Controls
========

============ ============================================================================
Parameter Description
============ ============================================================================
Expand Down

0 comments on commit 5d63f54

Please sign in to comment.