From 8af23f85723225fc18eb96ff609d0d8bcbf02a16 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Wed, 13 Nov 2024 16:40:32 -0800 Subject: [PATCH] added docstring entry for container_name --- .../behavior/deeplabcut/deeplabcutdatainterface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/neuroconv/datainterfaces/behavior/deeplabcut/deeplabcutdatainterface.py b/src/neuroconv/datainterfaces/behavior/deeplabcut/deeplabcutdatainterface.py index 5c1a92fa4..f45913061 100644 --- a/src/neuroconv/datainterfaces/behavior/deeplabcut/deeplabcutdatainterface.py +++ b/src/neuroconv/datainterfaces/behavior/deeplabcut/deeplabcutdatainterface.py @@ -110,6 +110,8 @@ def add_to_nwbfile( nwb file to which the recording information is to be added metadata: dict metadata info for constructing the nwb file (optional). + container_name: str, default: "PoseEstimation" + Name of the container to store the pose estimation. """ from ._dlc_utils import _add_subject_to_nwbfile