nu-radio / NuRadioReco

reconstruction framework for radio detectors of high-energy neutrinos
GNU General Public License v3.0
5 stars 3 forks source link

Force polarization to be entirely eTheta or ePhi of eField reconstruction #207

Closed ggaswint closed 4 years ago

ggaswint commented 4 years ago

Added ability to force polarization to be entirely eTheta or ePhi in efield reconstruction using VoltageToEfieldConverter. Was added so that we can use voltageToEfieldConverter on all the dipoles only and get a reasonable reconstructed electric field. It was necessary because the cross-pol component of the dipoles is extremely small, which caused the ePhi component to be artificially enlarged by many orders of magnitude larger than the eTheta component.

anelles commented 4 years ago

I assume the physics is well tested. Code looks good, but I cannot test it of course.