Getting Started
Understanding marEx
Advanced Usage
API Reference
create_processing_error()
marEx.detect
marEx.track
marEx.plotX
marEx.helper
Create ProcessingError with computation context.
message (str) – Error message
computation_info (dict, optional) – Dictionary with computation information (memory usage, chunk sizes, etc.)
**kwargs – Additional arguments passed to ProcessingError
Configured exception with computation context
ProcessingError