From 1f93b338e31e69d21aa1265bb32a39b8281c51ca Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Wed, 13 Nov 2024 16:43:29 -0800 Subject: [PATCH] added note about updated support in conversion gallery --- docs/conversion_examples_gallery/behavior/deeplabcut.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conversion_examples_gallery/behavior/deeplabcut.rst b/docs/conversion_examples_gallery/behavior/deeplabcut.rst index c20dd057d..739087809 100644 --- a/docs/conversion_examples_gallery/behavior/deeplabcut.rst +++ b/docs/conversion_examples_gallery/behavior/deeplabcut.rst @@ -8,6 +8,7 @@ Install NeuroConv with the additional dependencies necessary for reading DeepLab pip install "neuroconv[deeplabcut]" Convert DeepLabCut pose estimation data to NWB using :py:class:`~neuroconv.datainterfaces.behavior.deeplabcut.deeplabcutdatainterface.DeepLabCutInterface`. +This interface supports both .h5 and .csv output files from DeepLabCut. .. code-block:: python