From 75e04dc288a2494248bf59444d707fc990e06b5c Mon Sep 17 00:00:00 2001 From: Valentine Date: Thu, 12 Jun 2025 09:30:46 +0200 Subject: [PATCH] new elab features(camera, incubator) --- neuroplatform-docs/np_core/db_usage.ipynb | 31 ++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/neuroplatform-docs/np_core/db_usage.ipynb b/neuroplatform-docs/np_core/db_usage.ipynb index ba04304..c9b3445 100644 --- a/neuroplatform-docs/np_core/db_usage.ipynb +++ b/neuroplatform-docs/np_core/db_usage.ipynb @@ -509,7 +509,36 @@ { "cell_type": "markdown", "metadata": {}, - "source": [] + "source": [ + "8- Get the camera (the name of the camera that is associated with the MEA) :" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "camera = metadata.get_camera(fs_name)\n", + "print(camera)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "9- Get the incubator (the name of the incubator, and the index) :" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "incubator = metadata.get_incubator(fs_name)\n", + "print(incubator)" + ] } ], "metadata": {