Skip to content

Define monitoring variables for gemdaqmonitor package

Dylan Oliver Teague requested to merge feature/daqmon-vars-in-jsonfile into develop

Add documentation for daqmonitoring variables while extending it to anonymizing functions in the daqmonitoring code using json files

Full details talked also in issue #12 (closed)

How Has This Been Tested?

This is still a work in progress (testing comments are still in the code as well as it references my personal directory), but the basic reading in of variables has been tested and tentatively works. This needs to be further checked, as this MR will be updated with such changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited by Dylan Oliver Teague

Merge request reports