Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat: add option to save Camera data to disk, closes #66

appel_c requested to merge feat/add_sim_daq_plugin into main

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

Merge request reports

Loading