feat: add option to save Camera data to disk, closes #66
Description
This MR adds an option to write camera data directly to disk.
Related Issues
closes #66 (closed)
Type of Change
- Add h5 filewriter utility class
- transition SimCamera to base class structure.
- To activate this option, you may use the signal
dev.<cam_name>.write_to_disk.set(True)
Potential side effects
None
Definition of Done & Pending tasks
-
Documentation is up-to-date. - will be addressed in another MR -
Add tests for utility. -
Add option also for SimWaveForm - postponed -
Separate SimCamera and SimWaveform from sim.py to clean up simulation - postponed
Edited by marone