Make processloop interval configurable
All the NTuple processing (checkloop) is checked once every self.interval hours. This is per default 5 hours, but can be set by the user to any float value. The processingloop, where analysis objects are constructed and plotted, has a non-configurable refresh-interval of 1 minute for now. We can make this configurable as well.