nu-radio / NuRadioReco

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

Measured noise adder #270

Closed christophwelling closed 3 years ago

christophwelling commented 3 years ago

New module to add noise from measurements stored in .nur files to a simulation. The module randomly selects a suitable noise event from the files and add the measured traces as noise.

christophwelling commented 3 years ago

I so far I am using for ARIANNA. I wanted to check that the IFT electric field reconstruction works with actual noise (fortunately it does). I guess once RNO is up, we can also use it for that as well. I am currently using the trigger on noiseless traces. We don't have a good way to distinguish between signal and noise events right now, so I don't want to have to deal with accidental noise triggers right now. I know this is not exactly realistic, but to test reconstruction methods it is good enough for now. So right now this module is supposed to be used after the channelLengthAdjuster.

christophwelling commented 3 years ago

Done