exceptions#

Custom exceptions for ClearMap

exception ClearMapException[source]#

Bases: Exception

Base exception for all exceptions in ClearMap

exception ClearMapVRamException[source]#

Bases: ClearMapException

Exception raised when there is insufficient VRAM available for a processing step

exception ConfigNotFoundError[source]#

Bases: ClearMapException

Exception raised when a configuration file is not found

exception GroupStatsError[source]#

Bases: ClearMapException

Exception raised when there is an error with the group statistics

exception MissingRequirementException[source]#

Bases: ClearMapException

Exception raised when a processing step is missing a required condition (i.e. an other step has not been run yet)

exception PlotGraphError[source]#

Bases: ClearMapException

Exception raised when attempting to plot a graph that is e.g. too large

exception SmiError[source]#

Bases: ClearMapException

Exception raised when there is an error with the nvidia-smi command