1. What did you do this week?
This week i started creating a `SourceTFR` class to work with, as well as making some first tries to feed `SourceEstimates` into mutlitaper the TFR function.
2. What is coming up next?
I'll continue to work on the `SourceTFR` data, up to a point where i can use them for the TFR functions (that means plotting might not yet be involved). Then i'll try to make an entire multitaper function work for one case of `SourceEstimate`.
3. Did you get stuck anywhere?
As expected, there were several walls i ran into. One Aspect is of course the difference of dimensionality and type of data that `SourceEstimates` can contain, but are not easily adapted to time frequency functions. Another type of problem certainly is to make sure the function works correctly and works well for all kinds of tunable parameters (which is of course a big part of the goal of this project).