File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
neuroplatform-docs/np_core Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 509509 {
510510 "cell_type" : " markdown" ,
511511 "metadata" : {},
512- "source" : []
512+ "source" : [
513+ " 8- Get the camera (the name of the camera that is associated with the MEA) :"
514+ ]
515+ },
516+ {
517+ "cell_type" : " code" ,
518+ "execution_count" : null ,
519+ "metadata" : {},
520+ "outputs" : [],
521+ "source" : [
522+ " camera = metadata.get_camera(fs_name)\n " ,
523+ " print(camera)"
524+ ]
525+ },
526+ {
527+ "cell_type" : " markdown" ,
528+ "metadata" : {},
529+ "source" : [
530+ " 9- Get the incubator (the name of the incubator, and the index) :"
531+ ]
532+ },
533+ {
534+ "cell_type" : " code" ,
535+ "execution_count" : null ,
536+ "metadata" : {},
537+ "outputs" : [],
538+ "source" : [
539+ " incubator = metadata.get_incubator(fs_name)\n " ,
540+ " print(incubator)"
541+ ]
513542 }
514543 ],
515544 "metadata" : {
You can’t perform that action at this time.
0 commit comments