1. What did you do this week?
After having decided to continue improving the pyqtgraph-prototype during the first week, I worked on implementing more features from the current RawBrowser as scrolling vertically through the channels and customizing the axes. An improved benchmark-utility allows now for comparison between different parameter-sets to observe the influence of parameters on the performance.
2. What is coming up next?
As the performance already has reached a satisfying level I decided with my mentors to focus on implementing the remaining features to see if everything is feasible with the pyqtgraph-backend.
3. Did you get stuck?
Sometimes it took me a while do understand how something like e.g. the axes are implemented in pyqtgraph, but the more I read the pyqtgraph-source-code the easier it gets.