Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion neuroplatform-docs/np_core/db_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down