Separate LED contexts, numba for get_amplitude
Created by: JelleAalbers
This:
- Make separate contexts
xenon1t_led
andxenonnt_led
for LED processing and analysis. They take the same arguments asxenon1t_dali
andxenonnt_online
, and return versions of these parent contexts that have only plugins for led_calibration and raw_records registered. - Changes the led plugin a little bit so
get_amplitude
now uses numba. I haven't really looked at what the code does, just tried to make small changes that leave the meaning invariant.
@GiovanniVolta this PR just goes to your branch, so it would be added on top of #42 if you agree