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
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
Metadata Files
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 theMicroDAQViewerwhen working on ROOT fileshdf5Converter: C++ application that allows to convert HDF5 files to ROOT files, which reduces the disc usage significantlyplot: Example showing how to useuDAQ::DataHandlerclass provided inlibApplicationCore-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
- Website: https://chimeratk.github.io/
- Repositories: 53
- Profile: https://github.com/ChimeraTK
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)