Writing an Experiment record#
An experiment record file is helpful to keep track of information relating to multiple
cells when running experiments. It is used by PyProBE to automatically add to the
info
dictionary when a cell list is created.
The experiment record is an excel file that is completely customizable to the user’s
needs. The only required column is Name
, which is used to distinguish cells in
PyProBE’s built-in Plot
class.
The following is an example of an experiment record file. It includes the key column
Name
, as well as additional details about the experimental setup.