ibllib.exceptions

Exceptions

IblError(*args)

Neuropixel3BSyncFrontsNonMatching(*args)

NvidiaDriverNotReady(*args)

SyncBpodFpgaException(*args)

SyncBpodWheelException(*args)

WidefieldWiringException(*args)

exception IblError(*args)[source]

Bases: Exception

explanation = ''
exception SyncBpodWheelException(*args)[source]

Bases: IblError

explanation = "The bpod can't be synchronized with the Rotary Encoder."
exception SyncBpodFpgaException(*args)[source]

Bases: IblError

explanation = "The bpod can't be synchronized with the FPGA."
exception Neuropixel3BSyncFrontsNonMatching(*args)[source]

Bases: IblError

explanation = ' When the npy files containing sync pulses for probes do not match with nidq.In 3B, this indicates that either the binary files is corrupt,either the extracted sync files are corrupt.'
exception NvidiaDriverNotReady(*args)[source]

Bases: IblError

explanation = 'Nvidia driver does not respond. This usually means the GPU is inaccessible and needs to be recovered through a system reboot.'
exception WidefieldWiringException(*args)[source]

Bases: IblError

explanation = 'LED wiring in data is not found in the wiring map. Check that correct wiring map is being used.'