Scan callback robustness
This MR catch and log exception on user callbacks.
A second commit allow to catch everything which was not handled into the logging system.
For example
- Exception from threads
- Warnings from numpy
This MR catch and log exception on user callbacks.
A second commit allow to catch everything which was not handled into the logging system.
For example