stimpyp.camlog.load_camlog#

stimpyp.camlog.load_camlog(file, *, camera_version='labcams', suffix=None)#

Read the camera recording log file

Parameters:
  • file (Path | str) – log file for the camera

  • camera_version (Literal['labcams', 'pycams']) – CAMERA_VERSION

  • suffix (str | None) – suffix for the log file, If None then auto infer from CAMERA_VERSION

Return type:

LabCamlog | PyCamlog