https://github.com/chimeratk/applicationcore-microdaq-tools

https://github.com/chimeratk/applicationcore-microdaq-tools

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ChimeraTK
  • License: lgpl-3.0
  • Language: Python
  • Default Branch: master
  • Size: 491 KB
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

ApplicationCore-MicroDAQ-Tools

This packages provides tools related to the ApplicationCore-MicroDAQ package that add the DAQ modules to ApplciationCore. Basically the package provides a PyQt5 based data inspector MicroDAQViewer. Features of that viewer are e.g.:

  • Plot scalar and array data for single events
  • Table view of scalar and array data
  • Timeline of scalar and array data (time range can be given a number of events or directly by specifying the time range)
  • Search for events fulfilling specific trigger requirements

Required python packages:

  • PyQt5
  • pyqtgraph
  • h5py
  • cppyy

You might need to add /usr/lib/root to PYTHONPATH and LD_LIBRARY_PATH.

Also another PyQT5 based program called UaClient is included in the package. This is an OPC-UA based live viewer. The OPCUA client is based on freeopcua and requires to install opcua-client via pip3.

If root support is enabled addition features are provided:

  • libApplicationCore-MicroDAQ-Tools.so: Includes ROOT related tools. This library is used by the MicroDAQViewer when working on ROOT files
  • hdf5Converter: C++ application that allows to convert HDF5 files to ROOT files, which reduces the disc usage significantly
  • plot: Example showing how to use uDAQ::DataHandler class provided in libApplicationCore-MicroDAQ-Tools.so

ROOT file quick analysis

To view a property vs. entry use:

tree->Draw("Entry$:temperature")

To use the time stamp information use:

tree->Draw("timeInfo.timeStamp:temperature")

In the plot you can use SetTimeDisplay for the x-axis.

Merging ROOT files

In order to merge ROOT files use:

hadd merged.root *.root

Owner

  • Name: ChimeraTK
  • Login: ChimeraTK
  • Kind: organization

Control system and Hardware Interface with Mapped and Extensible Register-based device Abstraction Tool Kit

GitHub Events

Total
  • Delete event: 5
  • Push event: 8
  • Pull request event: 13
  • Fork event: 1
  • Create event: 6
Last Year
  • Delete event: 5
  • Push event: 8
  • Pull request event: 13
  • Fork event: 1
  • Create event: 6

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • mhier (7)
  • zenker (6)
  • killenb (5)
  • phako (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

pyproject.toml pypi