Philip Weigel
Philip Weigel
Are you trying to add more features to the encoder, or do you want to just encode the existing variables (position, time, charge, aux)? What might make sense is to...
This architecture is public, you can find it here: https://github.com/icecube/dnn_reco They use tensorflow and use special hexagonal convolutions which leverage the (approximate) symmetries in IceCube. You can find the code...
Just a minor comment/warning in `_find_photons_for_merging`: the time windows are assumed to begin at the start of the first pulse/photon, which can lead to some bias. In data, the start...