Skip to content
Snippets Groups Projects
Readme.md 612 B
Newer Older
ViaFerrata's avatar
ViaFerrata committed
## Generating DL images based on KM3NeT neutrino simulation data 
ViaFerrata's avatar
ViaFerrata committed
OrcaSong is a project that produces 2D/3D/4D histograms ('images') for deep neural networks based on raw MC h5 files.
Currently, only ORCA detector simulations are supported, but ARCA geometries can be easily implemented as well.
ViaFerrata's avatar
ViaFerrata committed
The main code for generating the images is located in orcanet/h5_data_to_h5_input.py. <br>
If the simulated .h5 files are not calibrated yet, you need to specify the directory of a .detx file in 'h5_data_to_h5_input.py'.

ViaFerrata's avatar
ViaFerrata committed
Currently, a bin size of 11x13x18x60 (x/y/z/t) is used for the final ORCA detector layout.