stimpyp.stimpy_core.load_riglog#

stimpyp.stimpy_core.load_riglog(root_path, diode_offset=True, reset_mapping=None)#

load riglog data

Parameters:
  • root_path (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader) – riglog file path or riglog directory path

  • diode_offset (bool) – do the diode offset to sync the time between riglog and stimlog

  • reset_mapping (dict[int, list[str]] | None)

Returns:

RiglogData

Return type:

RiglogData