Ceed

Ceed is a Python based application to help run in-vitro experiments that optically stimulates brain slices and records their activity.

Ceed is the user interface for describing and running the experiments. The overall system is described in System Blueprint. See the User Guide for the Ceed specific guide.

ceed.is_view_inst = False

As described in controller, Ceed will start a second process to run a “real” experiment in full-screen.

is_view_inst is automatically set to True when Ceed is running in this second process.

ceed.get_pyinstaller_datas()

Returns the datas list required by PyInstaller to be able to package ceed in a executable application.