Move bootstrax's context into contexts.py
Created by: JelleAalbers
This:
- Moves the online processing context created in bootstrax out to the main context file. This is mainly so you can load nT data in notebooks on the eb machine after
st = straxen.contexts.xenonnt_online()
. - Fixes some name/number handling in rundb.py.
I tested it briefly on eb0; bootstrax still seems to work.