You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arbenson edited this page Dec 13, 2012
·
12 revisions
Welcome to the GRIF wiki!
The Gamma-ray Imaging Framework (GRIF) is a pluggable nuclear detection system written in C++ with Qt. The framework is designed around data acquisition (DAQ) units and analysis units. DAQ units are used to collect data from hardware and Analysis units are used to analyze the collected data. GRIF handles the following items for the application developer:
Parallelism: each DAQ and analysis unit runs in its own thread
Memory management: data is passed through a simple, templated interface and memory is protected by the system
Command-line interface: ability to dynamically get and set variables and execute methods