Fill frame in Python
This MR add a way to fill frame array in Python side.
This allows to clean up and reduce a lot the complexity of our custom Lima simulators in BLISS and other projects.
- Added
fillData
to theSimulator
camera class - Allow to override
Simulator
class in python - Added
Empty
fill function in order to skip the C++ fill computation
MR !22 (merged) have to be merged before this one.
Edited by Samuel Debionne