Skip to content

kamilrakoczy/j-pet-event-display

 
 

Repository files navigation

     J-PET Event Display 

What is it ?
------------

J-PET Event Display is a tool to visualize the reconstructed PET data at different phases of the processing.
It is based on the ROOT libraries combined with some BOOST packages. The quality of the code is assured by the automatized set of unit tests. The documentation of the code is generated by Doxygen.

The Latest Version
------------------

The latest stable version can be downloaded from the github repository. You must have git client istalled and do:

git clone --recursive https://github.com/JPETTomography/j-pet-event-display.git

Current status/know bugs
-----------------------
Currently only 2 type of files works, TimeWindow and RawSignal. 
There aren't many checks for data integration so user should always load geometry before loading data. 
Also after loading data, there is some freez while JPetGeomMapping is mapping scintilators/layers. 

Documentation
-------------

The program documentation will be added along the event Display development. 

The code documentation can be generated with Doxygen package using:
$> make documentation
in the build directory (see the INSTALL file).
The index.html file will be available in the html/ directory located inside the build directory.

Installation
------------

Please see the file called INSTALL.

Authors
-------

J-PET Event Display is being developed by Wojciech Krzemien and Kamil Rakoczy.

Bug Reporting & Contact
-----------------------

If you have any question or comment please write to: 
[email protected]

About

J-PET Event Display

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.1%
  • CMake 20.4%
  • Other 1.5%